#31053# https webdav support

This commit is contained in:
Tobias Krause 2007-10-05 10:35:37 +00:00
parent 5c811d1733
commit fd2eed2607
2 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -4,9 +4,9 @@
#
# $RCSfile: version.mk,v $
#
# $Revision: 1.1 $
# $Revision: 1.2 $
#
# last change: $Author: tkr $ $Date: 2007-10-02 09:00:50 $
# last change: $Author: tkr $ $Date: 2007-10-05 11:35:37 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@ -34,8 +34,8 @@
#*************************************************************************
OPENSSL_VERSION=0.9.8a
OPENSSL_VERSION=0.9.8e
.IF "$(OS)" == "WNT"
OPENSSL_NAME=openssl-0.9.8e
.IF "$(OS)" == "SOLARIS"
OPENSSL_NAME=openssl-0.9.8a
.ENDIF