X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Configure;h=934d36f3c91c468802ebc28b5a707a3817f7ba4e;hb=3000bdcc3aff9032eb9adad88ec289c624d8a256;hp=a67a98ef1a3ca18d64b47176154d4bd0761fec2b;hpb=5e88347e1bac60977d0eef36758bb7511a8bd7c7;p=oweals%2Fopenssl.git diff --git a/Configure b/Configure index a67a98ef1a..934d36f3c9 100755 --- a/Configure +++ b/Configure @@ -486,7 +486,10 @@ my %table=( # netware-clib => legacy CLib c-runtime support "netware-clib", "mwccnlm::::::BN_LLONG ${x86_gcc_opts}::", # netware-libc => LibC/NKS support +# NetWare defaults socket bio to WinSock sockets. However, the LibC build can be +# configured to use BSD sockets instead. "netware-libc", "mwccnlm::::::BN_LLONG ${x86_gcc_opts}::", +"netware-libc-bsdsock", "mwccnlm::::::BN_LLONG ${x86_gcc_opts}::", "netware-libc-gcc", "i586-netware-gcc:-nostdinc -I/ndk/libc/include -I/ndk/libc/include/winsock -DL_ENDIAN -DNETWARE_LIBC -DOPENSSL_SYSNAME_NETWARE -DTERMIO -O2 -Wall:::::BN_LLONG ${x86_gcc_opts}::", # DJGPP @@ -530,7 +533,7 @@ my %table=( my @MK1MF_Builds=qw(VC-WIN64I VC-WIN64A VC-NT VC-CE VC-WIN32 - BC-32 OS2-EMX netware-clib netware-libc); + BC-32 OS2-EMX netware-clib netware-libc netware-libc-bsdsock); my $idx = 0; my $idx_cc = $idx++; @@ -761,7 +764,7 @@ PROCESS_ARGS: } else { - die "target already defined - $target\n" if ($target ne ""); + die "target already defined - $target (offending arg: $_)\n" if ($target ne ""); $target=$_; }