From: Otto Moerbeek Date: Tue, 4 Apr 2023 06:52:02 +0000 (+0200) Subject: Also enable NOD explictly in spec file X-Git-Tag: rec-4.9.0-alpha1~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12716%2Fhead;p=thirdparty%2Fpdns.git Also enable NOD explictly in spec file --- 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}