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:
0c02a37
)
add fiplibdir and basedir options to Configure
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 29 Jan 2011 23:45:02 +0000
(23:45 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 29 Jan 2011 23:45:02 +0000
(23:45 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index aca444a57dc2ee8cfc2f8121acba7be585188954..f9c5261b449c8a53cf4fe0534efce1697d81f2ad 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-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;