projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e6b8d3
)
take install prefix from the environment
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 18 Oct 2009 14:27:01 +0000
(14:27 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 18 Oct 2009 14:27:01 +0000
(14:27 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 810afbd3b40e8a32ec1bd9a6dd8d88975ede36c3..c86189751889631ea67310615a6cdc990a86ccc7 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-623,7
+623,7
@@
my $prefix="";
my $libdir="";
my $openssldir="";
my $exe_ext="";
-my $install_prefix=
"
";
+my $install_prefix=
"$ENV{'INSTALL_PREFIX'}
";
my $cross_compile_prefix="";
my $no_threads=0;
my $threads=0;