From 5d697d7f6dd6c73a88391e94d30ba3b725787f83 Mon Sep 17 00:00:00 2001 From: Ludwig Ertl Date: Thu, 21 Nov 2024 12:17:45 +0100 Subject: [PATCH] Enable ipset support in unbound in order to be able to migrate over from dnsmasq (#13791) Enable ipset support in unbound in order to be able to migrate over from dnsmasq (#13791) Signed-off-by: Ludwig Ertl ert@csp.at Acked-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- lfs/unbound | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/unbound b/lfs/unbound index 0f91218a5a..537ccff7e3 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -81,6 +81,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-event-api \ --enable-tfo-client \ --enable-tfo-server \ + --enable-ipset \ + --with-libmnl \ ac_cv_func_getentropy=no cd $(DIR_APP) && make $(MAKETUNING) -- 2.39.5