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:
9ef6fda
)
Pick up install prefix from the environment, if set.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 18 Oct 2009 14:24:47 +0000
(14:24 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 18 Oct 2009 14:24:47 +0000
(14:24 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 5d113ac7f106b543e4f3986bd74fb96f50ca10bc..f329e15aa8590fedc9fa9787e53ff49cdd4305b0 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-590,7
+590,7
@@
my $prefix="";
my $libdir="";
my $openssldir="";
my $exe_ext="";
-my $install_prefix=
"
";
+my $install_prefix=
"$ENV{'INSTALL_PREFIX'}
";
my $cross_compile_prefix="";
my $fipslibdir="/usr/local/ssl/fips-1.0/lib/";
my $nofipscanistercheck=0;