projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixes variables, oops
[openwrt.git]
/
package
/
libpcap
/
patches
/
103-flex_workaround.patch
1
2
Copyright (C) 2006 Markus Wigge
3
4
--- a/Makefile.in
5
+++ b/Makefile.in
6
@@ -53,7 +53,7 @@
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
LIBS = @V_LIBS@
13
DAGLIBS = @DAGLIBS@
14
DYEXT = @DYEXT@
This page took
0.049083 seconds
and
5
git commands to generate.