BZ#2247171 / PR#7 - Added the --enable-drafts option by default

This commit is contained in:
Denis Arnaud 2023-10-31 15:13:53 +01:00
parent 9e6802e3b7
commit 04ba3e0b7e
1 changed files with 2 additions and 0 deletions

View File

@ -67,7 +67,9 @@ autoreconf -fi
--with-libgssapi_krb5 \ --with-libgssapi_krb5 \
%endif %endif
--with-libsodium \ --with-libsodium \
%ifnarch s390x
--enable-drafts \ --enable-drafts \
%endif
%if %{with unwind} %if %{with unwind}
--enable-libunwind \ --enable-libunwind \
%endif %endif