014c624d4aa841881db40061e6487a3c1828b57d
[openwrt.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@
This page took 0.038548 seconds and 3 git commands to generate.