mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-08 05:32:09 -05:00
libpcap: fix kernel version check
SVN-Revision: 17349
This commit is contained in:
parent
e43623701c
commit
5076142aa3
@ -16,6 +16,7 @@ PKG_SOURCE_URL:=http://www.tcpdump.org/release/
|
|||||||
PKG_MD5SUM:=9ad1358c5dec48456405eac197a46d3d
|
PKG_MD5SUM:=9ad1358c5dec48456405eac197a46d3d
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
define Package/libpcap
|
define Package/libpcap
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
@ -48,6 +49,9 @@ endef
|
|||||||
TARGET_CFLAGS += \
|
TARGET_CFLAGS += \
|
||||||
-ffunction-sections -fdata-sections
|
-ffunction-sections -fdata-sections
|
||||||
|
|
||||||
|
CONFIGURE_VARS += \
|
||||||
|
ac_cv_linux_vers=$(LINUX_VERSION)
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user