X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/729010e333a053b8399d4f021e35d4d1ac3281fb..HEAD:/package/libpcap/Makefile diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index c2a3b74b1..15715ebe3 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"