summaryrefslogtreecommitdiffstats
path: root/package/libpcap/patches/103-flex_workaround.patch
blob: 014c624d4aa841881db40061e6487a3c1828b57d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

	Copyright (C) 2006 Markus Wigge

--- a/Makefile.in
+++ b/Makefile.in
@@ -53,7 +53,7 @@
 CC = @CC@
 CCOPT = @V_CCOPT@
 INCLS = -I. @V_INCLS@
-DEFS = @DEFS@ @V_DEFS@
+DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@
 LIBS = @V_LIBS@
 DAGLIBS = @DAGLIBS@
 DYEXT = @DYEXT@