projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install...
[openwrt.git]
/
package
/
tcpdump
/
Makefile
diff --git
a/package/tcpdump/Makefile
b/package/tcpdump/Makefile
index
ec86908
..
fabd150
100644
(file)
--- a/
package/tcpdump/Makefile
+++ b/
package/tcpdump/Makefile
@@
-28,7
+28,7
@@
$(PKG_BUILD_DIR)/.configured:
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
- ac_cv_linux_vers=
$(LINUX_VERSION)
\
+ ac_cv_linux_vers=
2
\
td_cv_buggygetaddrinfo="no" \
./configure \
--target=$(GNU_TARGET_NAME) \
This page took
0.025176 seconds
and
4
git commands to generate.