openwrtv3/package/libpcap/patches/103-flex_workaround.patch
Florian Fainelli efd3eac055 Update libpcap to 0.9.8 (#3571)
SVN-Revision: 11742
2008-07-07 14:41:48 +00:00

14 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@