[packages] daq broke on full builds
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33175 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c8e8e5f72e
commit
aacb8d82f0
@ -32,11 +32,12 @@ define Package/libdaq/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-dnet-includes="$(STAGING_DIR)/usr/include" \
|
--disable-nfq-module \
|
||||||
--with-dnet-libraries="$(STAGING_DIR)/usr/lib" \
|
--with-dnet-includes="$(STAGING_DIR)/usr/include" \
|
||||||
--with-libpcap-includes="$(STAGING_DIR)/usr/include" \
|
--with-dnet-libraries="$(STAGING_DIR)/usr/lib" \
|
||||||
--with-libpcap-libraries="$(STAGING_DIR)/usr/lib" \
|
--with-libpcap-includes="$(STAGING_DIR)/usr/include" \
|
||||||
|
--with-libpcap-libraries="$(STAGING_DIR)/usr/lib" \
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) $(MAKE_FLAGS) -C $(PKG_BUILD_DIR)
|
$(MAKE) $(MAKE_FLAGS) -C $(PKG_BUILD_DIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user