1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-22 03:47:08 +03:00
openwrt-xburst/package/libpcap/patches/103-flex_workaround.patch
florian 08ea499752 Update libpcap to 0.9.8 (#3571)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11742 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-07 14:41:48 +00:00

15 lines
259 B
Diff

Copyright (C) 2006 Markus Wigge
--- a/Makefile.in
+++ b/Makefile.in
@@ -53,7 +53,7 @@
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@
DYEXT = @DYEXT@