projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
pcap: update to version 1.0.0, add extension for changing the desired protocol for...
[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
@@ -55,7 +55,7 @@ SHAREDLIB=$(SOLIBRARY).$(LIBVERSION)
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
DEPLIBS = @DEPLIBS@
This page took
0.040391 seconds
and
5
git commands to generate.