1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 19:45:06 +03:00

[package] libpcap: explicitely disable libnl support to prevent different build results depending on the environment (#11239)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31219 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-04-08 15:11:12 +00:00
parent 729010e333
commit 9db1664fbe

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libpcap
PKG_VERSION:=1.1.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.tcpdump.org/release/
@ -52,7 +52,8 @@ CONFIGURE_ARGS += \
--with-build-cc="$(HOSTCC)" \
--with-pcap=linux \
--without-septel \
--without-dag
--without-dag \
--without-libnl
MAKE_FLAGS += \
CCOPT="$(TARGET_CFLAGS) -I$(BUILD_DIR)/linux/include"