add fiplibdir and basedir options to Configure
This commit is contained in:
parent
0c02a37548
commit
cc8bd54569
1 changed files with 8 additions and 0 deletions
|
@ -897,6 +897,14 @@ PROCESS_ARGS:
|
|||
{
|
||||
$withargs{"zlib-include"}="-I$1";
|
||||
}
|
||||
elsif (/^--with-fipslibdir=(.*)$/)
|
||||
{
|
||||
$fipslibdir="$1/";
|
||||
}
|
||||
elsif (/^--with-baseaddr=(.*)$/)
|
||||
{
|
||||
$baseaddr="$1";
|
||||
}
|
||||
elsif (/^--cross-compile-prefix=(.*)$/)
|
||||
{
|
||||
$cross_compile_prefix=$1;
|
||||
|
|
Loading…
Reference in a new issue