summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorTobias Krause <tkr@openoffice.org>2007-10-10 11:36:38 +0000
committerTobias Krause <tkr@openoffice.org>2007-10-10 11:36:38 +0000
commit698b79cc07263bc18ac0cfc4040f96a7e3f29163 (patch)
tree587aa43462de69d7fb7cf9650806457c94450f97 /openssl
parent86b27d912e4799f8d1c140e08db2bb0af9b7322d (diff)
#31053# https webdav support
Diffstat (limited to 'openssl')
-rw-r--r--openssl/makefile.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk
index 59c692856271..eedc984eb192 100644
--- a/openssl/makefile.mk
+++ b/openssl/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: tkr $ $Date: 2007-10-10 11:29:32 $
+# last change: $Author: tkr $ $Date: 2007-10-10 12:36:38 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -60,6 +60,7 @@ TARFILE_NAME=$(OPENSSL_NAME)
CONFIGURE_DIR=.
CONFIGURE_ACTION=config
+CONFIGURE_FLAGS=shared -I$(SYSBASE)$/usr$/include -L$(SYSBASE)$/usr$/lib
.IF "$(OS)" == "SOLARIS"
OPENSSL_NAME=openssl-0.9.8a
@@ -72,9 +73,9 @@ CONFIGURE_ACTION=Configure solaris-x86-gcc
CONFIGURE_ACTION=Configure solaris-x86_64-gcc
.ENDIF
-.ENDIF
+CONFIGURE_FLAGS=shared
-CONFIGURE_FLAGS=shared -I$(SYSBASE)$/usr$/include -L$(SYSBASE)$/usr$/lib
+.ENDIF
BUILD_DIR=.
BUILD_ACTION=make