[packages/openssl102: 378/432] hack a fix for packaging error

adwol adwol at pld-linux.org
Sat Sep 29 01:33:19 CEST 2018


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 @@ бібліотеки для розробки програм з використ
 
 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/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e



More information about the pld-cvs-commit mailing list