diff options
author | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-08 15:03:42 +0000 |
---|---|---|
committer | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-08 15:03:42 +0000 |
commit | 5ace1761fa284d7e94dde725aeedebe3c7d32ab7 (patch) | |
tree | 8ac009188c64344dcfd398003bc893d9cd3bca71 /package/libpcap/patches/103-flex_workaround.patch | |
parent | affcf3e8d820907102f503e8b11c4a8bce568e73 (diff) |
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.patch | 14 |
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@ |