aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-04-08 15:11:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-04-08 15:11:12 +0000
commite54496d9a23998a264e8b95235331e8bafd2d9b5 (patch)
tree848121e9b9cc3f50212c192889d3165d197b33e2
parent377233f931ec781fac67ae2bead81f6d5183d0c7 (diff)
downloadupstream-e54496d9a23998a264e8b95235331e8bafd2d9b5.tar.gz
upstream-e54496d9a23998a264e8b95235331e8bafd2d9b5.tar.bz2
upstream-e54496d9a23998a264e8b95235331e8bafd2d9b5.zip
[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
-rw-r--r--package/libpcap/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile
index c2a3b74b1c..15715ebe36 100644
--- a/package/libpcap/Makefile
+++ b/package/libpcap/Makefile
@@ -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"