From: Ludwig Ertl Date: Thu, 21 Nov 2024 11:17:45 +0000 (+0100) Subject: Enable ipset support in unbound in order to be able to migrate over from dnsmasq... X-Git-Tag: v2.29-core191~14^2~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d697d7f6dd6c73a88391e94d30ba3b725787f83;p=ipfire-2.x.git 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 --- 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)