aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-09-19 22:09:54 +0000
committerRob Austein <sra@hactrn.net>2006-09-19 22:09:54 +0000
commit83ebd7f2c1c5102e427dc47a339af8082d16210b (patch)
treeca1c51ea0959fe88d26e3428295766446773a700 /openssl
parent44a6879b342ebf412d8446239b943f1f99ab525f (diff)
./Configure dist
svn path=/openssl/trunk/Makefile; revision=293
Diffstat (limited to 'openssl')
-rw-r--r--openssl/trunk/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/openssl/trunk/Makefile b/openssl/trunk/Makefile
index d6c122e3..ab5be0d3 100644
--- a/openssl/trunk/Makefile
+++ b/openssl/trunk/Makefile
@@ -12,9 +12,9 @@ SHLIB_VERSION_HISTORY=
SHLIB_MAJOR=0
SHLIB_MINOR=9.8
SHLIB_EXT=
-PLATFORM=debug-sra
-OPTIONS= no-gmp no-krb5 no-mdc2 no-rc5 no-shared no-zlib no-zlib-dynamic
-CONFIGURE_ARGS=debug-sra
+PLATFORM=dist
+OPTIONS= no-gmp no-krb5 no-mdc2 no-rc5 no-rfc3779 no-shared no-zlib no-zlib-dynamic
+CONFIGURE_ARGS=dist
SHLIB_TARGET=
# HERE indicates where this Makefile lives. This can be used to indicate
@@ -59,8 +59,8 @@ OPENSSLDIR=/usr/local/ssl
# equal 4.
# PKCS1_CHECK - pkcs1 tests.
-CC= gcc
-CFLAG= -DOPENSSL_RFC3779 -DDEBUG_SAFESTACK -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -ggdb -g2 -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror
+CC= cc
+CFLAG= -O
DEPFLAG= -DOPENSSL_NO_GMP -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5
PEX_LIBS=
EX_LIBS=
@@ -71,7 +71,7 @@ RANLIB= /usr/bin/ranlib
PERL= /usr/bin/perl
TAR= tar
TARFLAGS= --no-recursion
-MAKEDEPPROG= gcc
+MAKEDEPPROG=makedepend
# We let the C compiler driver to take care of .s files. This is done in
# order to be excused from maintaining a separate set of architecture