From 100ee226b698a67caa210a23f23408afdded8db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Tue, 8 Nov 2022 08:55:39 +0100 Subject: [PATCH] Explicitly disable arc4random_buf in all_possible_tests configuration --- libxcrypt.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libxcrypt.spec b/libxcrypt.spec index c5762e7..19d1fc2 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -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 - 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 - 4.4.30-1 - New upstream release