Explicitly disable arc4random_buf in all_possible_tests configuration
This commit is contained in:
parent
292856273c
commit
100ee226b6
@ -411,7 +411,10 @@ unset LT_SYS_LIBRARY_PATH
|
|||||||
|
|
||||||
# Build a library suitable for all possible tests.
|
# Build a library suitable for all possible tests.
|
||||||
pushd %{_vpath_builddir}-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 \
|
%configure \
|
||||||
|
ac_cv_func_arc4random_buf=no \
|
||||||
%if %{with compat_pkg}
|
%if %{with compat_pkg}
|
||||||
%{common_configure_options} \
|
%{common_configure_options} \
|
||||||
--enable-hashes=all \
|
--enable-hashes=all \
|
||||||
@ -556,6 +559,7 @@ done
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 08 2022 Björn Esser <besser82@fedoraproject.org> - 4.4.30-2
|
* Tue Nov 08 2022 Björn Esser <besser82@fedoraproject.org> - 4.4.30-2
|
||||||
- Backport some upstream patches for fixes and optimizations
|
- 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
|
* Tue Nov 01 2022 Björn Esser <besser82@fedoraproject.org> - 4.4.30-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
Loading…
Reference in New Issue
Block a user