refresh all package patches in the buildroot using quilt
[openwrt/svn-archive/archive.git] / package / libpcap / patches / 103-flex_workaround.patch
1
2 Copyright (C) 2006 Markus Wigge
3
4 Index: libpcap-0.9.4/Makefile.in
5 ===================================================================
6 --- libpcap-0.9.4.orig/Makefile.in 2007-06-04 13:22:03.799277704 +0200
7 +++ libpcap-0.9.4/Makefile.in 2007-06-04 13:22:04.181219640 +0200
8 @@ -53,7 +53,7 @@
9 CC = @CC@
10 CCOPT = @V_CCOPT@
11 INCLS = -I. @V_INCLS@
12 -DEFS = @DEFS@ @V_DEFS@
13 +DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@
14 LIBS = @V_LIBS@
15 DYEXT = @DYEXT@
16