You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2020/12/21 17:42:41 UTC

[openoffice] branch AOO42X updated: Build for macOS

This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 83e567e  Build for macOS
83e567e is described below

commit 83e567eff8d27f54087130f1e658ac1fc9464689
Author: Jim Jagielski <ji...@gmail.com>
AuthorDate: Mon Dec 21 12:41:58 2020 -0500

    Build for macOS
    
    (cherry picked from commit 89dcc3feb2d0c56a82f3167e8cf4f077fabba0a8)
---
 main/openssl/makefile.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/main/openssl/makefile.mk b/main/openssl/makefile.mk
index b387562..7b5236e 100644
--- a/main/openssl/makefile.mk
+++ b/main/openssl/makefile.mk
@@ -110,6 +110,10 @@ UNAME=$(shell uname)
 	.ENDIF
 .ENDIF
 
+.IF "$(OS)" == "MACOSX"
+	CONFIGURE_ACTION=Configure darwin64-x86_64-cc no-dso no-shared $(NO_ASM)
+.ENDIF
+
 .IF "$(OS)" == "WNT"
 
 .IF "$(COM)"=="GCC"