projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb2bf3
)
[packages] tcpdump: predefine ac_cv_linux_cers to fix Linux version detection during...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Feb 2010 14:51:28 +0000
(14:51 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Feb 2010 14:51:28 +0000
(14:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19637
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/tcpdump/Makefile
patch
|
blob
|
history
diff --git
a/net/tcpdump/Makefile
b/net/tcpdump/Makefile
index
d4cb78a
..
a6ec265
100644
(file)
--- a/
net/tcpdump/Makefile
+++ b/
net/tcpdump/Makefile
@@
-48,7
+48,8
@@
CONFIGURE_ARGS += --without-crypto
CONFIGURE_VARS += \
BUILD_CC="$(TARGET_CC)" \
HOSTCC="$(HOSTCC)" \
- td_cv_buggygetaddrinfo="no"
+ td_cv_buggygetaddrinfo="no" \
+ ac_cv_linux_vers=$(LINUX_VERSION)
MAKE_FLAGS := \
CCOPT="$(TARGET_CFLAGS)" INCLS="-I. $(TARGET_CPPFLAGS)"