summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorTobias Krause <tkr@openoffice.org>2007-10-10 10:29:32 +0000
committerTobias Krause <tkr@openoffice.org>2007-10-10 10:29:32 +0000
commit86b27d912e4799f8d1c140e08db2bb0af9b7322d (patch)
treeb87ac08d84f4f6f0edf69ace6aceef4c64a305d4 /openssl
parent12e7d94245fa602dc6a4ddaf26ef120ad1556e68 (diff)
#31053# https webdav support
Diffstat (limited to 'openssl')
-rw-r--r--openssl/makefile.mk15
1 files changed, 6 insertions, 9 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk
index 30eb42a5d76b..59c692856271 100644
--- a/openssl/makefile.mk
+++ b/openssl/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: tkr $ $Date: 2007-10-05 11:33:55 $
+# last change: $Author: tkr $ $Date: 2007-10-10 11:29:32 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -60,10 +60,6 @@ TARFILE_NAME=$(OPENSSL_NAME)
CONFIGURE_DIR=.
CONFIGURE_ACTION=config
-CONFIGURE_FLAGS=shared
-
-BUILD_DIR=.
-BUILD_ACTION=make
.IF "$(OS)" == "SOLARIS"
OPENSSL_NAME=openssl-0.9.8a
@@ -75,13 +71,14 @@ CONFIGURE_ACTION=Configure solaris-x86-gcc
.IF "$(PROCTYPE)" == "x86_64"
CONFIGURE_ACTION=Configure solaris-x86_64-gcc
.ENDIF
-CONFIGURE_FLAGS=shared
+
+.ENDIF
+
+CONFIGURE_FLAGS=shared -I$(SYSBASE)$/usr$/include -L$(SYSBASE)$/usr$/lib
BUILD_DIR=.
BUILD_ACTION=make
-.ENDIF
-
.IF "$(OS)" == "WNT"
PATCH_FILE_NAME=openssl.patch