]> git.pld-linux.org Git - packages/openssl.git/blobdiff - openssl-include.patch
- updated to 0.9.8m
[packages/openssl.git] / openssl-include.patch
index 552dcf5b70e9441af282cf8c3bbfb69c0d62a029..24bf68cb6914bdab1127db1c9af42e2adca87977 100644 (file)
@@ -1,21 +1,27 @@
-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 @@
+--- openssl-0.9.8m/Makefile.org.orig   2010-02-25 18:21:14.000000000 +0100
++++ openssl-0.9.8m/Makefile.org        2010-03-19 08:59:24.082711921 +0100
+@@ -441,7 +441,7 @@
        @ ( echo 'prefix=$(INSTALLTOP)'; \
            echo 'exec_prefix=$${prefix}'; \
-           echo 'libdir=$${exec_prefix}/lib'; \
+           echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
+-          echo 'includedir=$${prefix}/include'; \
++          echo 'includedir=$${prefix}/include/openssl'; \
+           echo ''; \
+           echo 'Name: OpenSSL-libcrypto'; \
+           echo 'Description: OpenSSL cryptography library'; \
+@@ -454,7 +454,7 @@
+       @ ( echo 'prefix=$(INSTALLTOP)'; \
+           echo 'exec_prefix=$${prefix}'; \
+           echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
 -          echo 'includedir=$${prefix}/include'; \
 +          echo 'includedir=$${prefix}/include/openssl'; \
            echo ''; \
            echo 'Name: OpenSSL'; \
-           echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
---- openssl-0.9.7e.orig/Makefile       2003-04-10 22:47:14.000000000 +0200
-+++ openssl-0.9.7e/Makefile    2003-08-20 21:01:09.000000000 +0200
-@@ -580,7 +580,7 @@
+           echo 'Description: Secure Sockets Layer and cryptography libraries'; \
+@@ -467,7 +467,7 @@
        @ ( echo 'prefix=$(INSTALLTOP)'; \
            echo 'exec_prefix=$${prefix}'; \
-           echo 'libdir=$${exec_prefix}/lib'; \
+           echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
 -          echo 'includedir=$${prefix}/include'; \
 +          echo 'includedir=$${prefix}/include/openssl'; \
            echo ''; \
This page took 0.060118 seconds and 4 git commands to generate.