daq broke on full builds
authorJohn Crispin <john@openwrt.org>
Mon, 13 Aug 2012 19:31:56 +0000 (19:31 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 13 Aug 2012 19:31:56 +0000 (19:31 +0000)
SVN-Revision: 33175

libs/libdaq/Makefile

index 57c8cd3beb0ea7fc5eb95de04d2b71cb1411f6ee..f3e69cb654b7ac34f8e9ab82a6f99e00e625a1cf 100644 (file)
@@ -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)