Explicitly disable arc4random_buf in all_possible_tests configuration

This commit is contained in:
Björn Esser 2022-11-08 08:55:39 +01:00
parent 292856273c
commit 100ee226b6
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -411,7 +411,10 @@ unset LT_SYS_LIBRARY_PATH
# Build a library suitable for all possible tests.
pushd %{_vpath_builddir}-all_possible_tests
# Disable arc4random_buf on purpose, so we are able
# to run test/getrandom-fallback from testsuite.
%configure \
ac_cv_func_arc4random_buf=no \
%if %{with compat_pkg}
%{common_configure_options} \
--enable-hashes=all \
@ -556,6 +559,7 @@ done
%changelog
* Tue Nov 08 2022 Björn Esser <besser82@fedoraproject.org> - 4.4.30-2
- Backport some upstream patches for fixes and optimizations
- Explicitly disable arc4random_buf in all_possible_tests configuration
* Tue Nov 01 2022 Björn Esser <besser82@fedoraproject.org> - 4.4.30-1
- New upstream release