Enable ipset support in unbound in order to be able to migrate over from dnsmasq (#13791)
Commit Message
Enable ipset support in unbound in order to be able to migrate over from
dnsmasq (#13791)
Signed-off-by: Ludwig Ertl ert@csp.at
---
lfs/unbound | 2 ++
1 file changed, 2 insertions(+)
--
2.20.1
@@ -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)