summaryrefslogtreecommitdiff
path: root/openssl/makefile.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-10-11 14:24:05 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-10-11 14:24:05 +0000
commit220d88f268c63aea018ffc93b72722b6b80aa743 (patch)
treedb450cfbe25932be12785c37c2e36bea1795d39b /openssl/makefile.mk
parent2bbbc97446e8dd81ffa4f57402f569634ab6516d (diff)
#89835# use config instead of Configure; patch needed for solaris x86
Diffstat (limited to 'openssl/makefile.mk')
-rw-r--r--openssl/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk
index e58a6cf94eac..64c28272091f 100644
--- a/openssl/makefile.mk
+++ b/openssl/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hjs $ $Date: 2001-09-25 12:58:16 $
+# last change: $Author: hjs $ $Date: 2001-10-11 15:24:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,13 +73,13 @@ TARGET=openssl
TARFILE_NAME=openssl-0.9.5a
-#PATCH_FILE_NAME=openssl-0.9.5a.patch
+PATCH_FILE_NAME=openssl-0.9.5a.patch
.IF "$(GUI)"=="UNX"
#relative to CONFIGURE_DIR
-CONFIGURE_ACTION=Configure
+CONFIGURE_ACTION=config
.IF "$(OS)$(CPU)$(COM)"=="SOLARISSC52"
-CONFIGURE_FLAGS=solaris-sparcv7-cc -DPIC -KPIC
+CONFIGURE_FLAGS=-DPIC -KPIC
.ENDIF # "$(OS)$(CPU)$(COM)"=="SOLARISSC52"
BUILD_DIR=$(CONFIGURE_DIR)