[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / package / libpcap / Makefile
index 75c3ddf..15715eb 100644 (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/
@@ -38,7 +38,6 @@ define Package/libpcap/config
 endef
 
 TARGET_CFLAGS += \
-       $(FPIC) \
        -ffunction-sections \
        -fdata-sections
 
@@ -53,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"
This page took 0.021968 seconds and 4 git commands to generate.