From e0578c82db393b22890e0b3fc9b1789070444a18 Mon Sep 17 00:00:00 2001 From: Michal Hrusecky Date: Thu, 17 Feb 2022 20:13:46 +0100 Subject: [PATCH] libdaq3: Enable NFQ DAQ Enable support for DAQ module that uses NFQUEUE. Signed-off-by: Michal Hrusecky --- libs/libdaq3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" \