From 6ea97a12e98bc29c0c280e31924f94bd7a78d438 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 3 Dec 2015 20:04:53 +0200 Subject: [PATCH] hack a fix for packaging error https://github.com/openssl/openssl/issues/491 however build still fails for : make[1]: *** No rule to make target 'bctest', needed by 'test_bn'. Stop. and then: /bin/sh: ./pod2mantest: not found --- openssl.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openssl.spec b/openssl.spec index 5f510ff..7d30137 100644 --- a/openssl.spec +++ b/openssl.spec @@ -268,6 +268,10 @@ RC4, RSA и SSL. Включает статические библиотеки д sed -i -e 's|\$prefix/\$libdir/engines|/%{_lib}/engines|g' Configure +# fix packaging error +# https://github.com/openssl/openssl/issues/491 +ln -s . test/openssl-1.0.2e + %build touch Makefile.* -- 2.43.0