aboutsummaryrefslogtreecommitdiff
path: root/net/unbound/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-06-16 12:58:31 +0200
committerFelix Fietkau <nbd@nbd.name>2021-06-16 12:59:00 +0200
commitcc1d0aa3d2e83252b1e85e65ce6eb6c7a4c4e98b (patch)
treeb02fc41387c6fdfd1061e4227b9f3c5972486385 /net/unbound/Makefile
parentfea3030a86a777ef14e30a30063122a63644dc1b (diff)
unbound: fix build on non-linux systems
Override places that call uname to detect target features Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'net/unbound/Makefile')
-rw-r--r--net/unbound/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile
index dad282c53..cb77acbc2 100644
--- a/net/unbound/Makefile
+++ b/net/unbound/Makefile
@@ -158,6 +158,8 @@ define Package/libunbound/config
endif
endef
+CONFIGURE_VARS += UNAME=Linux
+
CONFIGURE_ARGS += \
--disable-dsa \
--disable-gost \