From b9ef0e4fd0a07ac89eeb5da5137970ef30cf5f6d Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Mon, 8 Mar 2010 14:21:32 +0000 Subject: fix missing parts of r19997. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20057 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libpcap/patches/103-makefile_flex_workaround.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/libpcap/patches/103-makefile_flex_workaround.patch (limited to 'package/libpcap/patches/103-makefile_flex_workaround.patch') diff --git a/package/libpcap/patches/103-makefile_flex_workaround.patch b/package/libpcap/patches/103-makefile_flex_workaround.patch new file mode 100644 index 0000000000..5d0334272a --- /dev/null +++ b/package/libpcap/patches/103-makefile_flex_workaround.patch @@ -0,0 +1,14 @@ + + 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@ -- cgit v1.2.3