X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Configure;h=8a111cc22a7a85540a606a9a36fbdd2ba4248e93;hb=a25b265d27b78f3b9eaf224e74dec98c6bb94b56;hp=718c2e63dabe2304ed2d8342bbfcae3d28d82909;hpb=5d92be8cc63f676a5192364b396fd6587570a3f6;p=oweals%2Fopenssl.git diff --git a/Configure b/Configure index 718c2e63da..8a111cc22a 100755 --- 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 @@ -682,6 +685,7 @@ if ($no_krb5 { $cflags="-DNO_KRB5 $cflags"; $options.=" no-krb5" unless $no_krb5; + $openssl_algorithm_defines .= "#define NO_KRB5\n"; } else {