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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 89dcc3f  Build for macOS
89dcc3f is described below

commit 89dcc3feb2d0c56a82f3167e8cf4f077fabba0a8
Author: Jim Jagielski <[email protected]>
AuthorDate: Mon Dec 21 12:41:58 2020 -0500

    Build for macOS
---
 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"

Reply via email to