From e225c8e66764902d299951ed3ea4a3677ca62f08 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 4 Apr 2023 08:52:02 +0200 Subject: [PATCH] Also enable NOD explictly in spec file --- builder-support/specs/pdns-recursor.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builder-support/specs/pdns-recursor.spec b/builder-support/specs/pdns-recursor.spec index 9916738a40..75a2690f7e 100644 --- a/builder-support/specs/pdns-recursor.spec +++ b/builder-support/specs/pdns-recursor.spec @@ -69,7 +69,8 @@ export LDFLAGS=-L/usr/lib64/boost169 --with-libsodium \ --with-net-snmp \ %endif - --enable-systemd --with-systemd=%{_unitdir} + --enable-systemd --with-systemd=%{_unitdir} \ + --enable-nod make %{?_smp_mflags} -- 2.47.2