From: Michal Hrusecky Date: Thu, 17 Feb 2022 19:13:46 +0000 (+0100) Subject: libdaq3: Enable NFQ DAQ X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e0578c82db393b22890e0b3fc9b1789070444a18;p=openwrt-packages.git libdaq3: Enable NFQ DAQ Enable support for DAQ module that uses NFQUEUE. Signed-off-by: Michal Hrusecky --- diff --git a/libs/libdaq3/Makefile b/libs/libdaq3/Makefile index 3ee1c11df..887b0cf87 100644 --- a/libs/libdaq3/Makefile +++ b/libs/libdaq3/Makefile @@ -31,7 +31,7 @@ define Package/libdaq3 CATEGORY:=Libraries TITLE:=DAQ library URL:=$(PKG_SOURCE_URL) - DEPENDS:=+libdnet +libpcap +libstdcpp + DEPENDS:=+libdnet +libpcap +libstdcpp +libmnl +libnetfilter-queue endef define Package/libdaq3/description @@ -40,7 +40,7 @@ endef CONFIGURE_ARGS+= \ --disable-static \ - --disable-nfq-module \ + --enable-nfq-module \ --with-dnet-includes="$(STAGING_DIR)/usr/include" \ --with-dnet-libraries="$(STAGING_DIR)/usr/lib" \ --with-libpcap-includes="$(STAGING_DIR)/usr/include" \