From fafad3f4f45a620b5c78e453a3a9d8f0d388cdd7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 8 Apr 2012 15:11:12 +0000 Subject: [PATCH] libpcap: explicitely disable libnl support to prevent different build results depending on the environment (#11239) SVN-Revision: 31219 --- package/libpcap/Makefile | 5 +++-- 1 file 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"