projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] base-files: pass conloglevel to syslogd (#9463, #9647)
[openwrt.git]
/
package
/
libpcap
/
patches
/
103-makefile_flex_workaround.patch
1
2
Copyright (C) 2006 Markus Wigge
3
4
--- a/Makefile.in
5
+++ b/Makefile.in
6
@@ -56,7 +56,7 @@ LD = /usr/bin/ld
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
ADDLOBJS = @ADDLOBJS@
13
ADDLARCHIVEOBJS = @ADDLARCHIVEOBJS@
14
LIBS = @LIBS@
This page took
0.042611 seconds
and
5
git commands to generate.