From: Elan Ruusamäe Date: Thu, 3 Dec 2015 18:04:53 +0000 (+0200) Subject: hack a fix for packaging error X-Git-Tag: auto/th/openssl-1.0.2e-1~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fopenssl.git;a=commitdiff_plain;h=6ea97a12e98bc29c0c280e31924f94bd7a78d438 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 --- 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.*