[packages/openssl102: 138/432] - fix include path to /usr/include/openssl

adwol adwol at pld-linux.org
Sat Sep 29 01:13:12 CEST 2018


commit d8174fd7f6433016158e777f10e8470139007e8b
Author: Marcin Krzyżanowski <marcin.krzyzanowski at hakore.com>
Date:   Wed Aug 20 19:19:09 2003 +0000

    - fix include path to /usr/include/openssl
    
    Changed files:
        openssl-include.patch -> 1.1

 openssl-include.patch | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
---
diff --git a/openssl-include.patch b/openssl-include.patch
new file mode 100644
index 0000000..097a2c1
--- /dev/null
+++ b/openssl-include.patch
@@ -0,0 +1,24 @@
+diff -Nuard openssl-0.9.7b.orig/Makefile.org openssl-0.9.7b/Makefile.org
+--- openssl-0.9.7b.orig/Makefile.org	2003-04-08 13:54:32.000000000 +0200
++++ openssl-0.9.7b/Makefile.org	2003-08-20 21:12:53.000000000 +0200
+@@ -578,7 +578,7 @@
+ 	@ ( echo 'prefix=$(INSTALLTOP)'; \
+ 	    echo 'exec_prefix=$${prefix}'; \
+ 	    echo 'libdir=$${exec_prefix}/lib'; \
+-	    echo 'includedir=$${prefix}/include'; \
++	    echo 'includedir=$${prefix}/include/openssl'; \
+ 	    echo ''; \
+ 	    echo 'Name: OpenSSL'; \
+ 	    echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
+diff -Nuard openssl-0.9.7b.orig/Makefile.ssl openssl-0.9.7b/Makefile.ssl
+--- openssl-0.9.7b.orig/Makefile.ssl	2003-04-10 22:47:14.000000000 +0200
++++ openssl-0.9.7b/Makefile.ssl	2003-08-20 21:01:09.000000000 +0200
+@@ -580,7 +580,7 @@
+ 	@ ( echo 'prefix=$(INSTALLTOP)'; \
+ 	    echo 'exec_prefix=$${prefix}'; \
+ 	    echo 'libdir=$${exec_prefix}/lib'; \
+-	    echo 'includedir=$${prefix}/include'; \
++	    echo 'includedir=$${prefix}/include/openssl'; \
+ 	    echo ''; \
+ 	    echo 'Name: OpenSSL'; \
+ 	    echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e



More information about the pld-cvs-commit mailing list