Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2003-01-16 10:54:12 +0300
committerLutz Jänicke <jaenicke@openssl.org>2003-01-16 10:54:12 +0300
commit0a3aece09629ce318123c5878817302f5e1bb4cf (patch)
tree8d523b0a9041ebca0200c1a0a56b07e960eb51b2 /Configure
parentbc35d57932c3441d91ee94d2e25b4fdad306d807 (diff)
ncr-scde target needs -lc89 for strcasecmp() and ftime() (Tim Rice, Martin
Megele). PR: 450
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index c2ba3a2dc2..8d55a4352e 100755
--- a/Configure
+++ b/Configure
@@ -402,7 +402,7 @@ my %table=(
"nextstep3.3", "cc:-O3 -Wall:<libc.h>:(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:::",
# NCR MP-RAS UNIX ver 02.03.01
-"ncr-scde","cc:-O6 -Xa -Hoff=BEHAVED -686 -Hwide -Hiw::(unknown)::-lsocket -lnsl:${x86_gcc_des} ${x86_gcc_opts}:::",
+"ncr-scde","cc:-O6 -Xa -Hoff=BEHAVED -686 -Hwide -Hiw::(unknown)::-lsocket -lnsl -lc89:${x86_gcc_des} ${x86_gcc_opts}:::",
# QNX 4
"qnx4", "cc:-DL_ENDIAN -DTERMIO::(unknown):::${x86_gcc_des} ${x86_gcc_opts}:",