summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-21 22:32:14 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-21 22:32:14 +0000
commitef51dee11cd047ffa7aa037541423d115ea6bef5 (patch)
tree4f624b699d27b725d7acea98d1aa2abad18e8327
parent5f49859ae2a39bc4f1fbc82410d96755ba4b2c9d (diff)
libpcap: fix kernel version check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17349 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/libpcap/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile
index eef5ff064..e54950002 100644
--- a/package/libpcap/Makefile
+++ b/package/libpcap/Makefile
@@ -16,6 +16,7 @@ PKG_SOURCE_URL:=http://www.tcpdump.org/release/
PKG_MD5SUM:=9ad1358c5dec48456405eac197a46d3d
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/kernel.mk
define Package/libpcap
SECTION:=libs
@@ -48,6 +49,9 @@ endef
TARGET_CFLAGS += \
-ffunction-sections -fdata-sections
+CONFIGURE_VARS += \
+ ac_cv_linux_vers=$(LINUX_VERSION)
+
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \