This is an automated email from the ASF dual-hosted git repository.
jimjag pushed a change to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from 9563caa3b3 vcl: fix CPUNAME token for Win64 entrypoint (X86-64 ->
X86_64)
new 239be4d49c libxslt: add missing stdlib.h include for getenv/strtol
new 0134dca994 solenv: skip .pc pkg-config files in macOS install-name
fixup
new 8fad739179 Improve macOS/arm64 build linting a full run on Mac Silicon
new 1a4f219db8 Link static libxml2.a instead of libxml2.dylib on
macOS/arm64 and x86
new f4090c2041 Link zlib explicitly against static libxml2.a on macOS
new e8bfcc2f5b Build bundled libxml2/libxslt as static libs on macOS
new 5e3709ad17 configure.ac: honor the directory given to
--with-system-libxml/-libxslt/-curl
new b5a865c036 xmlsecurity, forms: fix dmake "Shell escape" error from
inline $(shell) in .IF
new 13a3323848 xmlsecurity, forms: ignore-error prefix on $(shell test -f
...) dylib checks
new bf92e59e8d libxmlsec: pin xmlsec's libxml2 lookup to the configured
prefix
new dda24ebd93 libxslt: pin to bundled libxml2 and fix static xsltproc
output path
new eec17c3f5a jvmfwk: recognize AARCH64 in JFW_PLUGIN_ARCH platform
detection for Mac Silicon
new 05e07217c4 RepositoryExternal.mk: link static libxml2/libxslt on macOS
new 23dcd9ba9e libxml2, libxslt: deliver macOS static archives to solver
new 3df29d8c78 curl: fix macOS bundled-openssl linker flags and dylib
naming
new a587364989 RepositoryExternal.mk: link libxml2's static-lib private
deps on macOS
The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
main/RepositoryExternal.mk | 41 ++++++++++++-
main/avmedia/source/macavf/macavf_uno.cxx | 2 +
main/configure.ac | 67 +++++++++++++++++++---
main/curl/makefile.mk | 10 ++++
main/forms/util/makefile.mk | 51 +++++++++++++++-
.../plugins/sunmajor/pluginlib/vendorbase.hxx | 2 +
main/libxml2/makefile.mk | 8 ++-
main/libxml2/prj/d.lst | 1 +
main/libxmlsec/makefile.mk | 17 ++++++
main/libxslt/libxslt-stdlib-getenv.patch | 22 +++++++
main/libxslt/makefile.mk | 25 ++++++--
main/libxslt/prj/d.lst | 2 +
main/set_soenv.in | 3 +
main/solenv/bin/macosx-dylib-link-list.pl | 11 +++-
main/solenv/bin/modules/macosxotoolhelper.pm | 36 +++++++++---
main/solenv/inc/tg_ext.mk | 2 +-
main/vcl/inc/aqua/salgdi.h | 4 +-
main/xmlsecurity/util/makefile.mk | 62 ++++++++++++++++++++
18 files changed, 341 insertions(+), 25 deletions(-)
create mode 100644 main/libxslt/libxslt-stdlib-getenv.patch