diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-02-05 09:54:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-05 09:54:34 +0000 |
commit | e600fc0d2342e5f0ad4a5858821ff4910ac8edcb (patch) | |
tree | 77068224ad3ae4fda010b842c07b4c35ba3b194e /package/libs/libpcap/patches/103-makefile_flex_workaround.patch | |
parent | 3e5042bec2aa6d359e51c27a395e4765181d24de (diff) | |
download | mtk-20170518-e600fc0d2342e5f0ad4a5858821ff4910ac8edcb.zip mtk-20170518-e600fc0d2342e5f0ad4a5858821ff4910ac8edcb.tar.gz mtk-20170518-e600fc0d2342e5f0ad4a5858821ff4910ac8edcb.tar.bz2 |
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.patch | 4 |
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 a90e0ce..f542726 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@ |