diff options
author | Tobias Krause <tkr@openoffice.org> | 2007-10-05 10:35:37 +0000 |
---|---|---|
committer | Tobias Krause <tkr@openoffice.org> | 2007-10-05 10:35:37 +0000 |
commit | fd2eed2607fd41564875a77dd7a6b1b1cd5f8995 (patch) | |
tree | 79df8107a6f74016af4557bb180f3356d719866c /openssl/makefile.mk | |
parent | 5c811d17334474945b173550564d89ed1be5d6dd (diff) |
#31053# https webdav support
Diffstat (limited to 'openssl/makefile.mk')
-rw-r--r-- | openssl/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk index 51f738bb5c2a..30eb42a5d76b 100644 --- a/openssl/makefile.mk +++ b/openssl/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: tkr $ $Date: 2007-10-02 09:00:10 $ +# last change: $Author: tkr $ $Date: 2007-10-05 11:33:55 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ TARGET=so_openssl @echo "openssl disabled...." .ENDIF -OPENSSL_NAME=openssl-0.9.8a +OPENSSL_NAME=openssl-0.9.8e TARFILE_NAME=$(OPENSSL_NAME) @@ -66,6 +66,7 @@ BUILD_DIR=. BUILD_ACTION=make .IF "$(OS)" == "SOLARIS" +OPENSSL_NAME=openssl-0.9.8a CONFIGURE_DIR=. CONFIGURE_ACTION=Configure solaris-sparcv9-gcc .IF "$(PROCTYPE)" == "x86" @@ -82,7 +83,6 @@ BUILD_ACTION=make .ENDIF .IF "$(OS)" == "WNT" -OPENSSL_NAME=openssl-0.9.8e PATCH_FILE_NAME=openssl.patch |