mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-03 21:06:15 +02:00
libpcap: fix kernel version check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17349 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5f49859ae2
commit
ef51dee11c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user