diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-10-11 14:24:05 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-10-11 14:24:05 +0000 |
commit | 830cfb2551d465d21b4119009023cea1be4116c8 (patch) | |
tree | 394e2705cd4caa9160da3e36ebfd4343395af617 /openssl/makefile.mk | |
parent | 76514065d3b6ca8b9f9e40fcc01e10f42b1a6f09 (diff) |
#89835# use config instead of Configure; patch needed for solaris x86
Diffstat (limited to 'openssl/makefile.mk')
-rw-r--r-- | openssl/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk index e58a6cf..64c2827 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) |