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
commitf20b989b65d820b042818af884f809b92ac9007c (patch)
tree0a59a8c37b46194021b7d7034f027b5339bcb3cc /package/libs/libpcap/patches/103-makefile_flex_workaround.patch
parent4083a66c8e92d61f2db51e4086960daf0d9ee761 (diff)
downloadmaster-187ad058-f20b989b65d820b042818af884f809b92ac9007c.tar.gz
master-187ad058-f20b989b65d820b042818af884f809b92ac9007c.tar.bz2
master-187ad058-f20b989b65d820b042818af884f809b92ac9007c.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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39473 3c298f89-4303-0410-b956-a3cf2f4a3e73
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@