]> git.pld-linux.org Git - packages/openssl.git/blob - openssl-include.patch
- fix include path to /usr/include/openssl
[packages/openssl.git] / openssl-include.patch
1 diff -Nuard openssl-0.9.7b.orig/Makefile.org openssl-0.9.7b/Makefile.org
2 --- openssl-0.9.7b.orig/Makefile.org    2003-04-08 13:54:32.000000000 +0200
3 +++ openssl-0.9.7b/Makefile.org 2003-08-20 21:12:53.000000000 +0200
4 @@ -578,7 +578,7 @@
5         @ ( echo 'prefix=$(INSTALLTOP)'; \
6             echo 'exec_prefix=$${prefix}'; \
7             echo 'libdir=$${exec_prefix}/lib'; \
8 -           echo 'includedir=$${prefix}/include'; \
9 +           echo 'includedir=$${prefix}/include/openssl'; \
10             echo ''; \
11             echo 'Name: OpenSSL'; \
12             echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
13 diff -Nuard openssl-0.9.7b.orig/Makefile.ssl openssl-0.9.7b/Makefile.ssl
14 --- openssl-0.9.7b.orig/Makefile.ssl    2003-04-10 22:47:14.000000000 +0200
15 +++ openssl-0.9.7b/Makefile.ssl 2003-08-20 21:01:09.000000000 +0200
16 @@ -580,7 +580,7 @@
17         @ ( echo 'prefix=$(INSTALLTOP)'; \
18             echo 'exec_prefix=$${prefix}'; \
19             echo 'libdir=$${exec_prefix}/lib'; \
20 -           echo 'includedir=$${prefix}/include'; \
21 +           echo 'includedir=$${prefix}/include/openssl'; \
22             echo ''; \
23             echo 'Name: OpenSSL'; \
24             echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \
This page took 0.075878 seconds and 4 git commands to generate.