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 93ce5c2 libiconv should never be included.... we never use it and we
don't need it and we don't need to build against it.
93ce5c2 is described below
commit 93ce5c2aed84da8453319e27e5243322cac14689
Author: Jim Jagielski <[email protected]>
AuthorDate: Thu Aug 6 19:55:05 2026 -0400
libiconv should never be included.... we never use it and we don't need
it and we don't need to build against it.
---
build-scripts/4.2.0-Dev6/unxmaccr/build_aoo64bit_on_macosarm.sh | 5 ++---
build-scripts/4.2.0-Dev6/unxmacos/build_aoo64bit_on_macos.sh | 5 ++---
2 files changed, 4 insertions(+), 6 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 aced2d4..c47d16f 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
@@ -17,9 +17,8 @@ export PATH
# 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 no-dso)
-# o libxml2-2.9.10 (--prefix=/usr/local --enable-shared=no
--enable-static=yes --enable-ipv6=no --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 libxml2-2.9.10 (--prefix=/usr/local --enable-shared=no
--enable-static=yes --enable-ipv6=no --without-python --without-lzma
--without-zlib --without-iconv)
+# o libxslt-1.1.34 (--prefix=/usr/local --enable-shared=no
--enable-static=yes --enable-ipv6=no --without-crypto --without-python
--without-iconv)
# 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)
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 080aac2..e28e3fb 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
@@ -17,9 +17,8 @@ export PATH
# 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 no-dso)
-# o libxml2-2.9.10 (--prefix=/usr/local --enable-shared=no
--enable-static=yes --enable-ipv6=no --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 libxml2-2.9.10 (--prefix=/usr/local --enable-shared=no
--enable-static=yes --enable-ipv6=no --without-python --without-lzma
--without-zlib --without-iconv)
+# o libxslt-1.1.34 (--prefix=/usr/local --enable-shared=no
--enable-static=yes --enable-ipv6=no --without-crypto --without-python
--without-iconv)
# 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)