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
commitfafad3f4f45a620b5c78e453a3a9d8f0d388cdd7 (patch)
treefd6b22932a95fb573fa7011857b1ac331ff33023
parentb0971e69f2ff110d6fc6e52a601e4e87d707e758 (diff)
downloadupstream-fafad3f4f45a620b5c78e453a3a9d8f0d388cdd7.tar.gz
upstream-fafad3f4f45a620b5c78e453a3a9d8f0d388cdd7.tar.bz2
upstream-fafad3f4f45a620b5c78e453a3a9d8f0d388cdd7.zip
libpcap: explicitely disable libnl support to prevent different build results depending on the environment (#11239)
SVN-Revision: 31219
-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"