diff options
Diffstat (limited to 'openssl/trunk')
-rw-r--r-- | openssl/trunk/Makefile | 16 | ||||
-rw-r--r-- | openssl/trunk/apps/CA.pl | 2 | ||||
-rw-r--r-- | openssl/trunk/tools/c_rehash | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/openssl/trunk/Makefile b/openssl/trunk/Makefile index 18fa5a3d..4af4e527 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=dist -OPTIONS= no-gmp no-krb5 no-mdc2 no-rc5 no-shared no-zlib no-zlib-dynamic -CONFIGURE_ARGS=dist +PLATFORM=debug +OPTIONS=-DDEBUG_SAFESTACK no-gmp no-krb5 no-mdc2 no-rc5 no-shared no-zlib no-zlib-dynamic +CONFIGURE_ARGS=debug -DDEBUG_SAFESTACK SHLIB_TARGET= # HERE indicates where this Makefile lives. This can be used to indicate @@ -59,19 +59,19 @@ OPENSSLDIR=/usr/local/ssl # equal 4. # PKCS1_CHECK - pkcs1 tests. -CC= cc -CFLAG= -O +CC= gcc +CFLAG= -DDEBUG_SAFESTACK -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror DEPFLAG= -DOPENSSL_NO_GMP -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 PEX_LIBS= -EX_LIBS= +EX_LIBS= -lefence EXE_EXT= ARFLAGS= AR=ar $(ARFLAGS) r RANLIB= /usr/bin/ranlib -PERL= /usr/bin/perl +PERL= /usr/local/bin/perl5 TAR= tar TARFLAGS= --no-recursion -MAKEDEPPROG=makedepend +MAKEDEPPROG= gcc # 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 diff --git a/openssl/trunk/apps/CA.pl b/openssl/trunk/apps/CA.pl index a3965ece..1716da82 100644 --- a/openssl/trunk/apps/CA.pl +++ b/openssl/trunk/apps/CA.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl5 # # CA - wrapper around ca to make it easier to use ... basically ca requires # some setup stuff to be done before you can use it and this makes diff --git a/openssl/trunk/tools/c_rehash b/openssl/trunk/tools/c_rehash index e614fb54..3198bcb4 100644 --- a/openssl/trunk/tools/c_rehash +++ b/openssl/trunk/tools/c_rehash @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl5 # Perl c_rehash script, scan all files in a directory |