diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-05 19:22:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-05 19:22:55 +0200 |
commit | 21ab00c61a6333b2c610a2a83e59faf195f56b2e (patch) | |
tree | 9e0c41af8a6eb27db97038aa2a1a3a5e78421ffb /package/libpcap/patch-Makefile_in | |
parent | 504161e7b18583fdb7c0acc9f1e586af72c074d4 (diff) |
libpcap: update to 1.8.0
Diffstat (limited to 'package/libpcap/patch-Makefile_in')
-rw-r--r-- | package/libpcap/patch-Makefile_in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/libpcap/patch-Makefile_in b/package/libpcap/patch-Makefile_in deleted file mode 100644 index cd7bdc961..000000000 --- a/package/libpcap/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.6.2.orig/Makefile.in 2014-07-03 00:12:49.000000000 +0200 -+++ libpcap-1.6.2/Makefile.in 2014-09-12 15:12:48.567519024 +0200 -@@ -61,7 +61,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@ |