From aacb8d82f032ee13bba7ef6f6c72179a7f217461 Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 13 Aug 2012 19:31:56 +0000 Subject: [PATCH] [packages] daq broke on full builds git-svn-id: svn://svn.openwrt.org/openwrt/packages@33175 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libdaq/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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)