add fiplibdir and basedir options to Configure
authorDr. Stephen Henson <steve@openssl.org>
Sat, 29 Jan 2011 23:45:02 +0000 (23:45 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 29 Jan 2011 23:45:02 +0000 (23:45 +0000)
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;