disable nettle support in favor of gnutls (RHEL-38924)

Resolves: RHEL-38924
This commit is contained in:
Miroslav Lichvar 2024-05-28 15:22:29 +02:00
parent 31eb640bbe
commit 39012d846a

View File

@ -108,7 +108,8 @@ mv clknetsim-*-%{clknetsim_ver}* test/simulation/clknetsim
--with-user=chrony \ --with-user=chrony \
--with-hwclockfile=%{_sysconfdir}/adjtime \ --with-hwclockfile=%{_sysconfdir}/adjtime \
--with-pidfile=/run/chrony/chronyd.pid \ --with-pidfile=/run/chrony/chronyd.pid \
--with-sendmail=%{_sbindir}/sendmail --with-sendmail=%{_sbindir}/sendmail \
--without-nettle
%make_build %make_build
%install %install