[packages/openssl] hack a fix for packaging error
glen
glen at pld-linux.org
Thu Dec 3 19:06:14 CET 2015
commit 6ea97a12e98bc29c0c280e31924f94bd7a78d438
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Dec 3 20:04:53 2015 +0200
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.*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssl.git/commitdiff/6ea97a12e98bc29c0c280e31924f94bd7a78d438
More information about the pld-cvs-commit
mailing list