From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] Enable ipset support in unbound in order to be able to migrate over from dnsmasq (#13791) Date: Fri, 22 Nov 2024 15:59:52 +0100 Message-ID: <60E58E48-72C1-4034-8231-C8EE02F1FD38@ipfire.org> In-Reply-To: <173101db3c06$fd6ab220$f8401660$@at> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6906740552181325312==" List-Id: --===============6906740552181325312== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Thank you! Acked-by: Michael Tremer > On 21 Nov 2024, at 12:17, Ludwig Ertl wrote: > > Enable ipset support in unbound in order to be able to migrate over from > dnsmasq (#13791) > > Signed-off-by: Ludwig Ertl ert(a)csp.at > --- > lfs/unbound | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/lfs/unbound b/lfs/unbound > index d8efaf872..49e29b2b4 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.20.1 > > > --===============6906740552181325312==--