Merge pull request #580 from wigyori/cc-libpcap
[15.05/openwrt.git] / package / libs / libpcap / patches / 103-makefile_flex_workaround.patch
1
2         Copyright (C) 2006 Markus Wigge
3
4 --- a/Makefile.in
5 +++ b/Makefile.in
6 @@ -56,7 +56,7 @@ LN_S = @LN_S@
7  MKDEP = @MKDEP@
8  CCOPT = @V_CCOPT@
9  INCLS = -I. @V_INCLS@
10 -DEFS = -DBUILDING_PCAP @DEFS@ @V_DEFS@
11 +DEFS = -DBUILDING_PCAP -D_BSD_SOURCE @DEFS@ @V_DEFS@
12  ADDLOBJS = @ADDLOBJS@
13  ADDLARCHIVEOBJS = @ADDLARCHIVEOBJS@
14  LIBS = @LIBS@