aboutsummaryrefslogtreecommitdiffstats
path: root/package/libpcap/patches/103-makefile_flex_workaround.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-05-24 09:51:08 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-05-24 09:51:08 +0000
commita1713cc3cb23eebc987413ee50d389081236a4cf (patch)
treee09e96c8e899e6525e5857f6d5c4f01ae5b989fb /package/libpcap/patches/103-makefile_flex_workaround.patch
parent60f66ded72b1680d54082e449330ec52b02258b7 (diff)
downloadupstream-a1713cc3cb23eebc987413ee50d389081236a4cf.tar.gz
upstream-a1713cc3cb23eebc987413ee50d389081236a4cf.tar.bz2
upstream-a1713cc3cb23eebc987413ee50d389081236a4cf.zip
Update libpcap to version 1.1.1
Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de> SVN-Revision: 26995
Diffstat (limited to 'package/libpcap/patches/103-makefile_flex_workaround.patch')
-rw-r--r--package/libpcap/patches/103-makefile_flex_workaround.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libpcap/patches/103-makefile_flex_workaround.patch b/package/libpcap/patches/103-makefile_flex_workaround.patch
index 5d0334272a..a90e0ce1a3 100644
--- a/package/libpcap/patches/103-makefile_flex_workaround.patch
+++ b/package/libpcap/patches/103-makefile_flex_workaround.patch
@@ -3,12 +3,12 @@
--- a/Makefile.in
+++ b/Makefile.in
-@@ -55,7 +55,7 @@ SHAREDLIB=$(SOLIBRARY).$(LIBVERSION)
+@@ -56,7 +56,7 @@ LD = /usr/bin/ld
CC = @CC@
CCOPT = @V_CCOPT@
INCLS = -I. @V_INCLS@
-DEFS = @DEFS@ @V_DEFS@
+DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@
- LIBS = @V_LIBS@
- DAGLIBS = @DAGLIBS@
- DEPLIBS = @DEPLIBS@
+ ADDLOBJS = @ADDLOBJS@
+ ADDLARCHIVEOBJS = @ADDLARCHIVEOBJS@
+ LIBS = @LIBS@