[packages] tcpdump: predefine ac_cv_linux_cers to fix Linux version detection during cross compile (#6642)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19637 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
efb2bf3791
commit
1c625d7a1c
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user