From: Peter van Dijk Date: Thu, 11 Apr 2019 19:14:15 +0000 (+0200) Subject: recursor RPMs: fix --with-net-snmp typo X-Git-Tag: dnsdist-1.4.0-alpha2~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7669%2Fhead;p=thirdparty%2Fpdns.git recursor RPMs: fix --with-net-snmp typo --- diff --git a/builder-support/specs/pdns-recursor.spec b/builder-support/specs/pdns-recursor.spec index fe38f6a677..40a0df0e1e 100644 --- a/builder-support/specs/pdns-recursor.spec +++ b/builder-support/specs/pdns-recursor.spec @@ -67,7 +67,7 @@ package if you need a dns cache for your network. --enable-option-checking=fatal \ --sysconfdir=%{_sysconfdir}/%{name} \ --with-libsodium \ - --with-netsnmp \ + --with-net-snmp \ --disable-silent-rules \ --disable-static \ --enable-unit-tests \