diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-12 12:47:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-12 12:47:08 +0200 |
commit | 59431998d74888fed258866076b8f55110f860cd (patch) | |
tree | d433c0399e308d30071728a91c9d0e66202e99cc /package/libpcap/patches/patch-Makefile_in | |
parent | 00e0a4da60d03b28cd945ca6e76f071d427ece4f (diff) |
tcpdump/libpcap: update
Diffstat (limited to 'package/libpcap/patches/patch-Makefile_in')
-rw-r--r-- | package/libpcap/patches/patch-Makefile_in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/libpcap/patches/patch-Makefile_in b/package/libpcap/patches/patch-Makefile_in deleted file mode 100644 index 203dd3c6e..000000000 --- a/package/libpcap/patches/patch-Makefile_in +++ /dev/null @@ -1,14 +0,0 @@ - Use $(sort) here, which implicitly removes duplicates. - Otherwise our CFLAGS are passed in via CCOPT and CFLAGS leading - to duplicate -fhonour-copts passing. ---- libpcap-1.8.0.orig/Makefile.in 2016-07-30 15:42:44.000000000 +0200 -+++ libpcap-1.8.0/Makefile.in 2016-08-05 02:22:41.124794216 +0200 -@@ -62,7 +62,7 @@ DEPENDENCY_CFLAG = @DEPENDENCY_CFLAG@ - PROG=libpcap - - # Standard CFLAGS --FULL_CFLAGS = $(CCOPT) $(INCLS) $(DEFS) $(CFLAGS) -+FULL_CFLAGS = $(sort $(CCOPT) $(INCLS) $(DEFS) $(CFLAGS)) - - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ |