public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Enable ipset support in unbound in order to be able to migrate over from dnsmasq (#13791)
@ 2024-11-21 11:17 Ludwig Ertl
  2024-11-22 14:59 ` Michael Tremer
  0 siblings, 1 reply; 3+ messages in thread
From: Ludwig Ertl @ 2024-11-21 11:17 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 690 bytes --]

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-20 14:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-21 11:17 [PATCH] Enable ipset support in unbound in order to be able to migrate over from dnsmasq (#13791) Ludwig Ertl
2024-11-22 14:59 ` Michael Tremer
2024-12-20 14:14   ` Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox