make the whole iptables/netfiter modular (closes: #3871, #3527)
[openwrt-10.03/.git] / package / libpcap / patches / 103-flex_workaround.patch
1
2         Copyright (C) 2006 Markus Wigge
3
4 --- a/Makefile.in
5 +++ b/Makefile.in
6 @@ -53,7 +53,7 @@
7  CC = @CC@
8  CCOPT = @V_CCOPT@
9  INCLS = -I. @V_INCLS@
10 -DEFS = @DEFS@ @V_DEFS@
11 +DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@
12  LIBS = @V_LIBS@
13  DAGLIBS = @DAGLIBS@
14  DYEXT = @DYEXT@