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

jimjag pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-devtools.git


The following commit(s) were added to refs/heads/main by this push:
     new e8aa5b9  More info on how we build our static libs
e8aa5b9 is described below

commit e8aa5b9575e80a77c0dbc9c318625da2c16647b9
Author: Jim Jagielski <[email protected]>
AuthorDate: Thu Aug 6 12:22:15 2026 -0400

    More info on how we build our static libs
---
 build-scripts/4.2.0-Dev6/unxmaccr/build_aoo64bit_on_macosarm.sh | 8 ++++----
 build-scripts/4.2.0-Dev6/unxmacos/build_aoo64bit_on_macos.sh    | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/build-scripts/4.2.0-Dev6/unxmaccr/build_aoo64bit_on_macosarm.sh 
b/build-scripts/4.2.0-Dev6/unxmaccr/build_aoo64bit_on_macosarm.sh
index 567a12a..36059ad 100755
--- a/build-scripts/4.2.0-Dev6/unxmaccr/build_aoo64bit_on_macosarm.sh
+++ b/build-scripts/4.2.0-Dev6/unxmaccr/build_aoo64bit_on_macosarm.sh
@@ -16,11 +16,11 @@ export PATH
 #   o Apache ant 1.10.9
 #   o dmake 4.13.1 
(https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz)
 #   o epm 5.0.1 (https://github.com/jimjag/epm/archive/v5.0.0/epm-5.0.1.tar.gz)
-#   o openssl 3.0.21 (no-shared)
-#   o libxml2-2.9.10 (--prefix=/usr/local --enable-shared=no --without-iconv 
--without-python --without-lzma)
-#   o libxslt-1.1.34 (--prefix=/usr/local --enable-shared=no)
+#   o openssl 3.0.21 (no-shared no-dso)
+#   o libxml2-2.9.10 (--prefix=/usr/local --enable-shared=no 
--enable-static=yes --enable-ipv6=no --without-iconv --without-python 
--without-lzma --without-zlib)
+#   o libxslt-1.1.34 (--prefix=/usr/local --enable-shared=no 
--enable-static=yes --enable-ipv6=no --without-crypto --without-python)
 #   o libiconv-1.19 (--enable-static --disable-shared --prefix=/usr/local)
-#   o curl-7.88.1 (--prefix=/usr/local --enable-shared=no)
+#   o curl-7.88.1 (--prefix=/usr/local --enable-shared=no --without-libidn 
--disable-gopher --disable-file --disable-ldap --disable-telnet --disable-dict)
 #   o jemalloc-5.3.1 (--prefix=/usr/local --enable-shared=no)
 #   o pkg-config 0.29.2 (--prefix=/usr/local)
 #   o GNU patch 2.7.6 (--prefix=/usr/local)
diff --git a/build-scripts/4.2.0-Dev6/unxmacos/build_aoo64bit_on_macos.sh 
b/build-scripts/4.2.0-Dev6/unxmacos/build_aoo64bit_on_macos.sh
index 014bdcf..96212d5 100755
--- a/build-scripts/4.2.0-Dev6/unxmacos/build_aoo64bit_on_macos.sh
+++ b/build-scripts/4.2.0-Dev6/unxmacos/build_aoo64bit_on_macos.sh
@@ -16,11 +16,11 @@ export PATH
 #   o Apache ant 1.10.9
 #   o dmake 4.13.1 
(https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz)
 #   o epm 5.0.1 (https://github.com/jimjag/epm/archive/v5.0.0/epm-5.0.1.tar.gz)
-#   o openssl 3.0.21 (no-shared)
-#   o libxml2-2.9.10 (--prefix=/usr/local --enable-shared=no --without-iconv 
--without-python --without-lzma)
-#   o libxslt-1.1.34 (--prefix=/usr/local --enable-shared=no)
+#   o openssl 3.0.21 (no-shared no-dso)
+#   o libxml2-2.9.10 (--prefix=/usr/local --enable-shared=no 
--enable-static=yes --enable-ipv6=no --without-iconv --without-python 
--without-lzma --without-zlib)
+#   o libxslt-1.1.34 (--prefix=/usr/local --enable-shared=no 
--enable-static=yes --enable-ipv6=no --without-crypto --without-python)
 #   o libiconv-1.19 (--enable-static --disable-shared --prefix=/usr/local)
-#   o curl-7.88.1 (--prefix=/usr/local --enable-shared=no)
+#   o curl-7.88.1 (--prefix=/usr/local --enable-shared=no --without-libidn 
--disable-gopher --disable-file --disable-ldap --disable-telnet --disable-dict)
 #   o jemalloc-5.3.1 (--prefix=/usr/local --enable-shared=no)
 #   o pkg-config 0.29.2 (--prefix=/usr/local)
 #   o GNU patch 2.7.6 (--prefix=/usr/local)

Reply via email to