]> git.pld-linux.org Git - packages/openssl.git/blob - openssl-include.patch
up to 1.1.0a-snap
[packages/openssl.git] / openssl-include.patch
1 diff -ruN openssl-1.0.2.orig/Makefile.org openssl-1.0.2/Makefile.org
2 --- openssl-1.0.2.orig/Makefile.org     2015-01-22 15:58:06.000000000 +0100
3 +++ openssl-1.0.2/Makefile.org  2015-01-27 16:04:30.564519915 +0100
4 @@ -360,7 +360,7 @@
5         @ ( echo 'prefix=$(INSTALLTOP)'; \
6             echo 'exec_prefix=$${prefix}'; \
7             echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
8 -           echo 'includedir=$${prefix}/include'; \
9 +           echo 'includedir=$${prefix}/include/openssl'; \
10             echo ''; \
11             echo 'Name: OpenSSL-libcrypto'; \
12             echo 'Description: OpenSSL cryptography library'; \
13 @@ -374,7 +374,7 @@
14         @ ( echo 'prefix=$(INSTALLTOP)'; \
15             echo 'exec_prefix=$${prefix}'; \
16             echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
17 -           echo 'includedir=$${prefix}/include'; \
18 +           echo 'includedir=$${prefix}/include/openssl'; \
19             echo ''; \
20             echo 'Name: OpenSSL-libssl'; \
21             echo 'Description: Secure Sockets Layer and cryptography libraries'; \
22 @@ -388,7 +388,7 @@
23         @ ( echo 'prefix=$(INSTALLTOP)'; \
24             echo 'exec_prefix=$${prefix}'; \
25             echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
26 -           echo 'includedir=$${prefix}/include'; \
27 +           echo 'includedir=$${prefix}/include/openssl'; \
28             echo ''; \
29             echo 'Name: OpenSSL'; \
30             echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
This page took 0.052286 seconds and 3 git commands to generate.