Additional functionality in ocsp utility: print summary
[openssl.git] / Configure
index 9a4c0f59fc244b44c0d92d9c0a824b3fcbaeda97..bd8f51e3ad7b3fbbbd3525815d36a759668575e5 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -426,6 +426,9 @@ my %table=(
 ##### Sony NEWS-OS 4.x
 "newsos4-gcc","gcc:-O -DB_ENDIAN -DNEWS4::(unknown):-lmld -liberty:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::::",
 
+##### GNU Hurd
+"hurd-x86",  "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -m486 -Wall::-D_REENTRANT:-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC",
+
 );
 
 my @WinTargets=qw(VC-NT VC-WIN32 VC-WIN16 VC-W31-16 VC-W31-32 VC-MSDOS BC-32
@@ -681,6 +684,7 @@ if ($no_krb5
        || $withargs{"krb5-flavor"} eq "")
        {
        $cflags="-DNO_KRB5 $cflags";
+       $options.=" no-krb5" unless $no_krb5;
        }
 else
        {