| Summary: | dnsmasq to ubound migration: Request to compile with --enable-ipset --with-libmnl | ||
|---|---|---|---|
| Product: | IPFire | Reporter: | L. E. <ert> |
| Component: | --- | Assignee: | L. E. <ert> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | Balancing | ||
| Priority: | Will affect almost no one | CC: | adolf.belka, michael.tremer |
| Version: | 2 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
L. E.
2024-11-08 14:16:41 UTC
Hello, we don't use this feature, but I would be happy to accept a patch for this. Here it is:
# git diff
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)
Please submit the patch to the mailing list as described here:
> https://www.ipfire.org/docs/devel/submit-patches
patch has been merged into CU191 https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=5d697d7f6dd6c73a88391e94d30ba3b725787f83 @L.E. are you able to verify this patch with Core Update 191 Testing? |