take install prefix from the environment
This commit is contained in:
parent
1e6b8d39f1
commit
122276a7b4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue