Welcome to mirror list, hosted at ThFree Co, Russian Federation.

103-makefile_flex_workaround.patch « patches « libpcap « libs « package - github.com/openwrt/chaos_calmer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f5427261e11caa5430e66c6c34a42fadc6e6946c (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
@@ -59,7 +59,7 @@ LN_S = @LN_S@
 MKDEP = @MKDEP@
 CCOPT = @V_CCOPT@
 INCLS = -I. @V_INCLS@
-DEFS = @DEFS@ @V_DEFS@
+DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@
 ADDLOBJS = @ADDLOBJS@
 ADDLARCHIVEOBJS = @ADDLARCHIVEOBJS@
 LIBS = @LIBS@