projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48dfc30
)
[packages] tcpdump: predefine ac_cv_linux_cers to fix Linux version detection during...
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 15 Feb 2010 14:51:28 +0000
(14:51 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 15 Feb 2010 14:51:28 +0000
(14:51 +0000)
SVN-Revision: 19637
net/tcpdump/Makefile
patch
|
blob
|
history
diff --git
a/net/tcpdump/Makefile
b/net/tcpdump/Makefile
index d4cb78a1bc0186c74412acf9fa8c5997d4fbd22b..a6ec2650f00606550b01d3df06cfe29c35114bf6 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)"