]> git.pld-linux.org Git - packages/openssl.git/blame - openssl-include.patch
update conflict for neon on ac
[packages/openssl.git] / openssl-include.patch
CommitLineData
76855748
AO
1diff -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 @@
d8174fd7
MK
5 @ ( echo 'prefix=$(INSTALLTOP)'; \
6 echo 'exec_prefix=$${prefix}'; \
6e7b8079
JB
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'; \
76855748 13@@ -374,7 +374,7 @@
6e7b8079
JB
14 @ ( echo 'prefix=$(INSTALLTOP)'; \
15 echo 'exec_prefix=$${prefix}'; \
16 echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
d8174fd7
MK
17- echo 'includedir=$${prefix}/include'; \
18+ echo 'includedir=$${prefix}/include/openssl'; \
19 echo ''; \
76855748 20 echo 'Name: OpenSSL-libssl'; \
6e7b8079 21 echo 'Description: Secure Sockets Layer and cryptography libraries'; \
76855748 22@@ -388,7 +388,7 @@
d8174fd7
MK
23 @ ( echo 'prefix=$(INSTALLTOP)'; \
24 echo 'exec_prefix=$${prefix}'; \
6e7b8079 25 echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
d8174fd7
MK
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.037736 seconds and 4 git commands to generate.