aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libpcap/patches/103-makefile_flex_workaround.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-02-05 09:54:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-02-05 09:54:34 +0000
commite600fc0d2342e5f0ad4a5858821ff4910ac8edcb (patch)
tree77068224ad3ae4fda010b842c07b4c35ba3b194e /package/libs/libpcap/patches/103-makefile_flex_workaround.patch
parent3e5042bec2aa6d359e51c27a395e4765181d24de (diff)
downloadupstream-e600fc0d2342e5f0ad4a5858821ff4910ac8edcb.tar.gz
upstream-e600fc0d2342e5f0ad4a5858821ff4910ac8edcb.tar.bz2
upstream-e600fc0d2342e5f0ad4a5858821ff4910ac8edcb.zip
libpcap: update to current upstream version 1.5.3
-size_of(old libpcap-1.3.0) = 85228 Byte -size_of(new libpcap-1.5.3) = 88587 Byte => ~3.3 KByte increase SVN-Revision: 39473
Diffstat (limited to 'package/libs/libpcap/patches/103-makefile_flex_workaround.patch')
-rw-r--r--package/libs/libpcap/patches/103-makefile_flex_workaround.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libpcap/patches/103-makefile_flex_workaround.patch b/package/libs/libpcap/patches/103-makefile_flex_workaround.patch
index a90e0ce1a3..f5427261e1 100644
--- a/package/libs/libpcap/patches/103-makefile_flex_workaround.patch
+++ b/package/libs/libpcap/patches/103-makefile_flex_workaround.patch
@@ -3,8 +3,8 @@
--- a/Makefile.in
+++ b/Makefile.in
-@@ -56,7 +56,7 @@ LD = /usr/bin/ld
- CC = @CC@
+@@ -59,7 +59,7 @@ LN_S = @LN_S@
+ MKDEP = @MKDEP@
CCOPT = @V_CCOPT@
INCLS = -I. @V_INCLS@
-DEFS = @DEFS@ @V_DEFS@