]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- fix include path to /usr/include/openssl
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Wed, 20 Aug 2003 19:19:09 +0000 (19:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl-include.patch -> 1.1

openssl-include.patch [new file with mode: 0644]

diff --git a/openssl-include.patch b/openssl-include.patch
new file mode 100644 (file)
index 0000000..097a2c1
--- /dev/null
@@ -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'; \
This page took 0.039766 seconds and 4 git commands to generate.