X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1f96d69f566aa785c0f0fb4fb25e6198a96bb4c3..bd4525f44b73dc92588263f1dd9686731c286213:/openwrt/package/libpcap/Makefile?ds=sidebyside diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile index fa79e7461..42bac4690 100644 --- a/openwrt/package/libpcap/Makefile +++ b/openwrt/package/libpcap/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpcap PKG_VERSION:=0.8.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=56a9d4615d8354fcfe8cff8c8443c77b PKG_SOURCE_URL:=http://www.tcpdump.org/release/ @@ -48,6 +48,7 @@ $(PKG_BUILD_DIR)/.configured: --enable-shared \ --enable-static \ --disable-yydebug \ + --enable-ipv6 \ --with-build-cc=$(HOSTCC) \ --with-pcap=linux \ ); @@ -57,7 +58,7 @@ $(PKG_BUILD_DIR)/.built: rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ - CCOPT="$(TARGET_CFLAGS)" \ + CCOPT="$(TARGET_CFLAGS) -I$(BUILD_DIR)/linux/include" \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install touch $@