[PATCH] [hostap-driver] Add bssid, frag and rts options and fix mac access control
[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 @@ -55,7 +55,7 @@ SHAREDLIB=$(SOLIBRARY).$(LIBVERSION)
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 DEPLIBS = @DEPLIBS@
This page took 0.039262 seconds and 5 git commands to generate.