summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevitte <levitte>2000-03-23 07:32:34 +0000
committerlevitte <levitte>2000-03-23 07:32:34 +0000
commitd93f98b0b8f00e7b1235d37ff3924d605addace1 (patch)
tree7e392134479c5487b3e7a9570e5dee7493ae65bb
parentc6e305d3fa9cef6f7124a20e2a1a1301768f7e8d (diff)
downloadopenssl-d93f98b0b8f00e7b1235d37ff3924d605addace1.tar.gz
A quick hack to have ssize_t work with gcc under SunOS 4 (tested on
SunOS 4.1.4).
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 3de3d1328..8e2741195 100755
--- a/Configure
+++ b/Configure
@@ -158,7 +158,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::(unknown)::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.