take install prefix from the environment
This commit is contained in:
parent
1e6b8d39f1
commit
122276a7b4
@ -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…
x
Reference in New Issue
Block a user