[packages/openssl] - disable bad test on x32

baggins baggins at pld-linux.org
Sun Oct 19 16:13:37 CEST 2025


commit 193e74dabdde19db76f2c3c3b0fd2a75b9c2cdbe
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Oct 19 18:13:24 2025 +0200

    - disable bad test on x32

 openssl.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/openssl.spec b/openssl.spec
index 3256d1a..91a322c 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -212,7 +212,11 @@ RC4, RSA и SSL. Включает статические библиотеки д
 %patch -P3 -p1
 
 # fails with enable-sctp as of 1.1.1
-%{__rm} test/recipes/80-test_ssl_new.t
+#{__rm} test/recipes/80-test_ssl_new.t
+
+%ifarch x32
+%{__rm} test/recipes/04-test_bio_dgram.t
+%endif
 
 %build
 touch Makefile.*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl.git/commitdiff/193e74dabdde19db76f2c3c3b0fd2a75b9c2cdbe



More information about the pld-cvs-commit mailing list