]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Also enable NOD explictly in spec file 12716/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 4 Apr 2023 06:52:02 +0000 (08:52 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 4 Apr 2023 06:52:02 +0000 (08:52 +0200)
builder-support/specs/pdns-recursor.spec

index 9916738a402e428e248e0a02cbcc39a183e6e27f..75a2690f7ec9edd76fb3fff6661414e69643afac 100644 (file)
@@ -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}