aboutsummaryrefslogtreecommitdiffstats
path: root/package/libpcap/patches/103-flex_workaround.patch
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2010-03-08 15:03:42 +0000
committerTravis Kemen <thepeople@openwrt.org>2010-03-08 15:03:42 +0000
commitb78f39e6f831cca68164ac61b9a64cb748f67e83 (patch)
tree8ac009188c64344dcfd398003bc893d9cd3bca71 /package/libpcap/patches/103-flex_workaround.patch
parent519e7224c7fc0ff01113ee36ed80d8662bc8d43c (diff)
downloadupstream-b78f39e6f831cca68164ac61b9a64cb748f67e83.tar.gz
upstream-b78f39e6f831cca68164ac61b9a64cb748f67e83.tar.bz2
upstream-b78f39e6f831cca68164ac61b9a64cb748f67e83.zip
finish cleaning my broken commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20061 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libpcap/patches/103-flex_workaround.patch')
-rw-r--r--package/libpcap/patches/103-flex_workaround.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/libpcap/patches/103-flex_workaround.patch b/package/libpcap/patches/103-flex_workaround.patch
deleted file mode 100644
index 5d0334272a..0000000000
--- a/package/libpcap/patches/103-flex_workaround.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-
- Copyright (C) 2006 Markus Wigge
-
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -55,7 +55,7 @@ SHAREDLIB=$(SOLIBRARY).$(LIBVERSION)
- 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@