From: Remi Gacogne Date: Tue, 17 Oct 2023 09:23:12 +0000 (+0200) Subject: builder-support: Enable missing dnsdist features on Amazon 2023 X-Git-Tag: dnsdist-1.9.0-alpha3^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f51ec9e116bdb36e3d2fbb2d00d88e49be1ad2f;p=thirdparty%2Fpdns.git builder-support: Enable missing dnsdist features on Amazon 2023 --- diff --git a/builder-support/specs/dnsdist.spec b/builder-support/specs/dnsdist.spec index 920cb4aebb..f03301fcc7 100644 --- a/builder-support/specs/dnsdist.spec +++ b/builder-support/specs/dnsdist.spec @@ -88,17 +88,19 @@ export RANLIB=gcc-ranlib --enable-systemd --with-systemd=%{_unitdir} \ --without-net-snmp %endif -%if 0%{?rhel} >= 7 - --enable-dnscrypt \ +%if 0%{?rhel} >= 7 || 0%{?amzn} == 2023 --enable-dnstap \ --enable-dns-over-https \ --enable-systemd --with-systemd=%{_unitdir} \ --with-gnutls \ --with-libcap \ - --with-libsodium \ --with-lua=%{lua_implementation} \ - --with-net-snmp \ --with-re2 \ +%if 0%{?amzn} != 2023 + --enable-dnscrypt \ + --with-libsodium \ + --with-net-snmp \ +%endif %if 0%{?rhel} >= 8 --enable-dns-over-quic \ --with-quiche \