summaryrefslogtreecommitdiffhomepage
path: root/patches/opensmtpd-7.3.0p2_pre.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/opensmtpd-7.3.0p2_pre.local.patch')
-rw-r--r--patches/opensmtpd-7.3.0p2_pre.local.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/opensmtpd-7.3.0p2_pre.local.patch b/patches/opensmtpd-7.3.0p2_pre.local.patch
new file mode 100644
index 00000000..dcc53c95
--- /dev/null
+++ b/patches/opensmtpd-7.3.0p2_pre.local.patch
@@ -0,0 +1,12 @@
+diff -ru opensmtpd-7.3.0p2.orig/configure opensmtpd-7.3.0p2/configure
+--- opensmtpd-7.3.0p2.orig/configure 2023-09-16 20:13:41.000000000 +0200
++++ opensmtpd-7.3.0p2/configure 2024-02-22 11:56:12.905668537 +0100
+@@ -21333,7 +21333,7 @@
+ fi
+
+
+- if test "x$ac_cv_func_arc4random" != "xyes" -a "x$ac_cv_have_decl_LIBRESSL_VERSION_NUMBER" != "xyes"; then
++ if test "x$ac_cv_func_arc4random" != "xyes"; then
+ NEED_ARC4RANDOM_TRUE=
+ NEED_ARC4RANDOM_FALSE='#'
+ else