From ee86baa1bd923c1c3f85d607c2cc77da75309c98 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 13 Aug 2012 19:31:56 +0000 Subject: [PATCH] [packages] daq broke on full builds SVN-Revision: 33175 --- libs/libdaq/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libs/libdaq/Makefile b/libs/libdaq/Makefile index 57c8cd3beb..f3e69cb654 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) -- 2.30.2