]> git.pld-linux.org Git - packages/openssl.git/blame - openssl-include.patch
up to 1.0.2i-snap
[packages/openssl.git] / openssl-include.patch
CommitLineData
657674fb
ER
1--- openssl-1.0.2i/Makefile.org~ 2016-09-19 18:24:29.000000000 +0300
2+++ openssl-1.0.2i/Makefile.org 2016-09-19 18:24:58.456803714 +0300
3@@ -367,7 +367,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'; \
657674fb 9 echo 'enginesdir=$${libdir}/engines'; \
6e7b8079
JB
10 echo ''; \
11 echo 'Name: OpenSSL-libcrypto'; \
76855748 12@@ -374,7 +374,7 @@
6e7b8079
JB
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 ''; \
76855748 19 echo 'Name: OpenSSL-libssl'; \
6e7b8079 20 echo 'Description: Secure Sockets Layer and cryptography libraries'; \
76855748 21@@ -388,7 +388,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.035251 seconds and 4 git commands to generate.