projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tools: symlink seq to the host staging dir (gseq on mac os x)
[openwrt.git]
/
package
/
libpcap
/
patches
/
103-makefile_flex_workaround.patch
diff --git
a/package/libpcap/patches/103-makefile_flex_workaround.patch
b/package/libpcap/patches/103-makefile_flex_workaround.patch
index
5d03342
..
a90e0ce
100644
(file)
--- a/
package/libpcap/patches/103-makefile_flex_workaround.patch
+++ b/
package/libpcap/patches/103-makefile_flex_workaround.patch
@@
-3,12
+3,12
@@
--- a/Makefile.in
+++ b/Makefile.in
--- a/Makefile.in
+++ b/Makefile.in
-@@ -5
5,7 +55,7 @@ SHAREDLIB=$(SOLIBRARY).$(LIBVERSION)
+@@ -5
6,7 +56,7 @@ LD = /usr/bin/ld
CC = @CC@
CCOPT = @V_CCOPT@
INCLS = -I. @V_INCLS@
-DEFS = @DEFS@ @V_DEFS@
+DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@
CC = @CC@
CCOPT = @V_CCOPT@
INCLS = -I. @V_INCLS@
-DEFS = @DEFS@ @V_DEFS@
+DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@
-
LIBS = @V_LIB
S@
-
DAGLIBS = @DAGLIB
S@
-
DEPLIBS = @DEP
LIBS@
+
ADDLOBJS = @ADDLOBJ
S@
+
ADDLARCHIVEOBJS = @ADDLARCHIVEOBJ
S@
+
LIBS = @
LIBS@
This page took
0.033181 seconds
and
4
git commands to generate.