]> git.pld-linux.org Git - packages/openssl.git/blame - openssl-include.patch
- cleanup (drop Titanium stuff)
[packages/openssl.git] / openssl-include.patch
CommitLineData
6e7b8079
JB
1--- openssl-0.9.8m/Makefile.org.orig 2010-02-25 18:21:14.000000000 +0100
2+++ openssl-0.9.8m/Makefile.org 2010-03-19 08:59:24.082711921 +0100
3@@ -441,7 +441,7 @@
d8174fd7
MK
4 @ ( echo 'prefix=$(INSTALLTOP)'; \
5 echo 'exec_prefix=$${prefix}'; \
6e7b8079
JB
6 echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
7- echo 'includedir=$${prefix}/include'; \
8+ echo 'includedir=$${prefix}/include/openssl'; \
9 echo ''; \
10 echo 'Name: OpenSSL-libcrypto'; \
11 echo 'Description: OpenSSL cryptography library'; \
12@@ -454,7 +454,7 @@
13 @ ( echo 'prefix=$(INSTALLTOP)'; \
14 echo 'exec_prefix=$${prefix}'; \
15 echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
d8174fd7
MK
16- echo 'includedir=$${prefix}/include'; \
17+ echo 'includedir=$${prefix}/include/openssl'; \
18 echo ''; \
19 echo 'Name: OpenSSL'; \
6e7b8079
JB
20 echo 'Description: Secure Sockets Layer and cryptography libraries'; \
21@@ -467,7 +467,7 @@
d8174fd7
MK
22 @ ( echo 'prefix=$(INSTALLTOP)'; \
23 echo 'exec_prefix=$${prefix}'; \
6e7b8079 24 echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
d8174fd7
MK
25- echo 'includedir=$${prefix}/include'; \
26+ echo 'includedir=$${prefix}/include/openssl'; \
27 echo ''; \
28 echo 'Name: OpenSSL'; \
29 echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
This page took 0.103046 seconds and 4 git commands to generate.