Commit cc8bd545 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

add fiplibdir and basedir options to Configure

parent 0c02a375
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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;