finally move buildroot-ng to trunk
[openwrt/staging/jogo.git] / package / libpcap / patches / 103-flex_workaround.patch
1
2 Copyright (C) 2006 Markus Wigge
3
4 diff -urN libpcap-0.9.4.orig/Makefile.in libpcap-0.9.4/Makefile.in
5 --- libpcap-0.9.4.orig/Makefile.in 2006-07-19 09:27:47.000000000 +0200
6 +++ libpcap-0.9.4/Makefile.in 2006-07-19 09:34:48.000000000 +0200
7 @@ -53,7 +53,7 @@
8 CC = @CC@
9 CCOPT = @V_CCOPT@
10 INCLS = -I. @V_INCLS@
11 -DEFS = @DEFS@ @V_DEFS@
12 +DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@
13 LIBS = @V_LIBS@
14 DYEXT = @DYEXT@