From: John Crispin Date: Mon, 13 Aug 2012 19:31:56 +0000 (+0000) Subject: daq broke on full builds X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ccf611f786713343336d8e17ea88224e10a2f416;p=openwrt%2Fsvn-archive%2Fpackages.git daq broke on full builds SVN-Revision: 33175 --- diff --git a/libs/libdaq/Makefile b/libs/libdaq/Makefile index 57c8cd3be..f3e69cb65 100644 --- a/libs/libdaq/Makefile +++ b/libs/libdaq/Makefile @@ -32,11 +32,12 @@ define Package/libdaq/description endef CONFIGURE_ARGS+= \ - --disable-static \ - --with-dnet-includes="$(STAGING_DIR)/usr/include" \ - --with-dnet-libraries="$(STAGING_DIR)/usr/lib" \ - --with-libpcap-includes="$(STAGING_DIR)/usr/include" \ - --with-libpcap-libraries="$(STAGING_DIR)/usr/lib" \ + --disable-static \ + --disable-nfq-module \ + --with-dnet-includes="$(STAGING_DIR)/usr/include" \ + --with-dnet-libraries="$(STAGING_DIR)/usr/lib" \ + --with-libpcap-includes="$(STAGING_DIR)/usr/include" \ + --with-libpcap-libraries="$(STAGING_DIR)/usr/lib" \ define Build/Compile $(MAKE) $(MAKE_FLAGS) -C $(PKG_BUILD_DIR)