aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-06-08 22:47:09 +0000
committerBodo Möller <bodo@openssl.org>2000-06-08 22:47:09 +0000
commit6da6a113310ed0e2002a34d2c2630e23e3c506fe (patch)
tree01bdb226ea7315e92f371e64dbf6ef290c952e8c /Configure
parent3dd985ee2ab05b4eda53b67395d85269acad74bd (diff)
downloadopenssl-6da6a113310ed0e2002a34d2c2630e23e3c506fe.tar.gz
Another attempt to allow compiling on SunOS 4.*.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 31221bb338..0c8ebe7b87 100755
--- a/Configure
+++ b/Configure
@@ -163,7 +163,7 @@ my %table=(
# Sunos configs, assuming sparc for the gcc one.
##"sunos-cc", "cc:-O4 -DNOPROTO -DNOCONST::(unknown)::DES_UNROLL:::",
-"sunos-gcc","gcc:-O3 -mv8 -Dssize_t=int::(unknown):-liberty:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1:::",
+"sunos-gcc","gcc:-O3 -mv8 -Dssize_t=int::(unknown)::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1:::",
#### IRIX 5.x configs
# -mips2 flag is added by ./config when appropriate.