summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2023-05-25Bump version to 23.05.0.2cp-23.05.0-2Andras Timar
Change-Id: Ic498db976a2e8a5458ac70ffd77ee9bc8e5e50a9
2023-05-24replace license in package header to MPL-2.0 in case of MPL subsetAndras Timar
Change-Id: I0ba75ff7da69a3a45afde3252de272aa18f69932
2023-03-12tdf#153465 Add Sukapura's dark variantRizal Muttaqin
Change-Id: I9f97c3990064db88fccf9269deb62414bfb6c3b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148011 Tested-by: Rizal Muttaqin <rizmut@libreoffice.org> Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org> (cherry picked from commit 6271aff7dcd530a7e8c5452200267960e27a7513) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148223
2023-02-23Fix Emscripten version check to still work with older SDK versionsTor Lillqvist
Change-Id: I051b5edd5936bcb94521f88ec7a7a762c66c9283 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145419 Tested-by: Jenkins Tested-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147517 Tested-by: Tor Lillqvist <tml@collabora.com>
2023-02-23Adapt to newer Emscripten SDKTor Lillqvist
The __EMSCRIPTEN_major__, minor, and tiny macros are no longer predefined but only defined in <emscripten/version.h>. So grep that instead of running emcc -dM -E. Change-Id: I2383a906f9c746784449cd4606f653ab722b54de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145407 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147516 Tested-by: Tor Lillqvist <tml@collabora.com>
2023-02-12Require HarfBuzz 5.1.0Khaled Hosny
This is the minimal version to provide the functionality we currently check for. Some important LO functionality currently depend on idfdef'd HarfBuzz code, and some distributions build against old system HarfBuzz leading to user bug reports that are tricky to track down, e.g: tdf#153048 and tdf#153470. Change-Id: I7d58ec46f8fd340d2592887c0088876d71351771 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146674 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@aliftype.com> (cherry picked from commit 8c1e91444c78db1093c3db54d98efb16294f82ea) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146699 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-02-09Enable opening of downloaded fonts only in ForKit in OnlineTor Lillqvist
We want that only the ForKit process needs to have access to new font files added to a Collabora Online instance dynamically by downloading from a server. There are however many locations in the Kit process, in core and in external libraries like harfbuzz, where the code wants to open a font file. Handle this so that the ForKit process opens such a downloaded font file and doesn't close it. The file descriptor is thus inherited by Kit processes. The font file pathname passed on to other code is a fake on in the format "/:FD:/%d" where the %d is the file descriptor of the opened font file. Add checks in all places where font files are opened, look for this special pathname format, and modify the code to just dup() the already open file descriptor in that case. All this is relevant for Linux only, as Collabora Online runs on Linux. Do the above for harfbuzz, cairo, fontconfig, and freetype. In addition make sure that these libraries (except harfbuzz which needs to be a static library and freetype) when bundled, on Linux, are built as shared libraries, and won't be confused with the corresponding system libraries by making sure their sonames are different. Change-Id: Ib059cb27e1637d07bb709249abd0d984f948caa9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140714 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146341 Tested-by: Jenkins Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146717 Tested-by: Tor Lillqvist <tml@collabora.com>
2023-02-02configure.ac: Fix build with --with-system-zxing and < Clang 16Sam James
Clang 15 and older default to -std=c++14, not -std=c++17 (unlike Clang 16 onwards). This doesn't show up with GCC because GCC 11 onwards defaults to -std=c++17. The new version of libzxing requires C++ 17, per its release notes. Adapt the configure check accordingly to pass -std=c++17 when checking for its headers and save accordingly if successful. (Do this via ${CXXFLAGS_CXX11} which has the appropriate switch for our compiler, despite its name.) Bug: https://bugs.gentoo.org/890324 Change-Id: Iaaa8fdc05eea0e26416b605bfda8f2d831f8729c Signed-off-by: Sam James <sam@gentoo.org> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145479 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146372
2023-01-28[cp] don't allow space in INSTALLDIRNAMEAndras Timar
(cherry picked from commit 2fc7778ba2ce545ecb6bd2e60a09eeb8fdb44b49) Change-Id: I4c20ab9051b49149d4cd52339a61c98f5f62226b
2023-01-28eliminate ENABLE_STRIP because it causes build issues in nss (Android)Andras Timar
Change-Id: Ie229f444d80a5f441576649e22b0c56c67cd3424 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130347 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2023-01-28[cp] Allow creation of debuginfo and debugsource rpm/deb packagesAndras Timar
Change-Id: Idae5128b58e4cd6f61b8e83664098d195ca67072
2023-01-28update hardcoded dragonbox include to 1.1.3Rene Engelhard
since dragonbox now installs to that one, and 1.1.3 is default for the internal case anyway since dd1610146528cba8642caad3bf72e27b9ca6c153. Change-Id: Ibd0449b1bd1191a1872c233bfe9810af1d1215cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145985 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp> Tested-by: René Engelhard <rene@debian.org> Reviewed-by: René Engelhard <rene@debian.org> (cherry picked from commit f8604f08ed5e07e50a65b5d35f3c0c18bf19044a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146024 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-01-23[cp] Collabora Office brandingAndras Timar
Change-Id: I694d9a6c508853d2d980f76cc259ce1e39149da4
2023-01-23[cp] Optionally bundle even more Google Noto fontsAndras Timar
Change-Id: I6c08476710ab541ff9b9407f5d874dbb038990df
2023-01-23Replace unixODBC to iODBC that is BSD licensedAndras Timar
Change-Id: Ia794fd97bb70b1e33385517971a174430d11cab7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126117 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2023-01-23check for harfbuzz >= 2.6.8Rene Engelhard
because of hb_ot_layout_lookup_get_glyph_alternates() usage, see https://git.launchpad.net/~libreoffice/ubuntu/+source/libreoffice/commit/?h=wip/lunar-7.5&id=97d1a9d48f30394d86db0ce948c4fb8986afc701 and https://harfbuzz.github.io/harfbuzz-hb-ot-layout.html#hb-ot-layout-lookup-get-glyph-alternates: "Since: 2.6.8" Change-Id: I755c42745f3bdd647fcd7c101ea7e5fde24c5a6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145965 Reviewed-by: خالد حسني <khaled@aliftype.com> Tested-by: René Engelhard <rene@debian.org> (cherry picked from commit a180a99e2d53a2ca04e8fe31a38f6994e42bf69b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145938
2023-01-16FreeBSD: evaluate --with-gnu-patchAndras Timar
Change-Id: I41e2cc8dc74022c840dac6355ed29cc0c4c40b17
2023-01-12bump product version to 7.5.1.0.0+Christian Lohmaier
Change-Id: I94eae5b5468787b2b57248c3cff39fb35b62f511
2022-12-22bump product version to 7.5.0.1.0+Christian Lohmaier
Change-Id: I63bc1026987d73f2849c680d557e3507d94c603f
2022-12-19Simplify selection of iOS SDK, like we now do for macOSTor Lillqvist
Change-Id: I850a0214d12ef6b5b9a289b34a1467dfe9d35d17 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144213 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144464
2022-12-19bump minimum make version to 4.0 (for $(file …) function)Christian Lohmaier
This already was a requirement for Windows for a few years now, and make 4.0 was released nearly 9 years ago, and it has been used in LO's build system since it has been added 11 years ago while it was only available in prerelease versions of make, providing an alternative workaround for systems that didn't have make built from cvs… I guess it is finally time to get rid of those workarounds and just require make 4.0 for everyone. NOTE: reading files with the $(file …) function was only added with version 4.2 of GNU make, and just using it without contents was added in 4.1, so those usages aren't supported Change-Id: Ia1c2c86cfdbbd81f349bb9f7188299e16bdd155f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143910 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 57c5d044dc16f488788584851e8b9cc0cf98e8e0) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144058
2022-12-16don't export entries from download.lst - only used by makeChristian Lohmaier
no need to plant that into the environment of every recipe. some Jenkins Windows builders already run into "environment is too large for exec" issue just by attempting a "xargs --show-limits </dev/null" from a dummy rule within the make environment Change-Id: I321fa9075532eef62a7d4e33a08c272276de717e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144217 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit ec4409a911fd4a67eb1bc74aae33081ae8510339) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144323
2022-12-15add oox to WITH_GALLERY_BUILD build sideMichael Stahl
This is needed for WNT/ARM cross build since commit ce4c154e8b254f3bcd59ea46b3db4bd3d5a26058. Additionally, revert "Add oox to build side, for cross compilation" This reverts commit 599f9836a674ec525e56fa787a800d7ed4be3383. Reason for revert: It doesn't do anything Change-Id: I03cf9a2bb3bc505772b1bd2a2d96cd2b29cf14c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144170 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144198
2022-12-12Add oox to build side, for cross compilationThorsten Behrens
With ce4c154e8b254f3bcd59ea46b3db4bd3d5a26058, cui now depends on oox generated headers, so we need to build oox too, for cross builds. Change-Id: I1af3116ab35c5094c23db3ed3dccd90c80080cef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143975 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> (cherry picked from commit 599f9836a674ec525e56fa787a800d7ed4be3383) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143963
2022-12-12Replace backslashes in config params before usage in cxx filesThorsten Behrens
With cbfac11330882c7d0a817b6c37a08b2ace2b66f4, LOKit tries to pass full configure line on via JSON - which, on Windows, might contain backslashes and other nasties, so we better try to clean that up here. Change-Id: I8314783fc6f49e9b2b374d94448ed735de39bf81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143940 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> (cherry picked from commit b60dfc2928ef9763452c57f06073185456310609) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143964
2022-12-09python3: upgrade to release 3.8.16Michael Stahl
Fixes CVE-2022-37454 and a few other ones that look less relevant including CVE-2022-45061 and CVE-2015-20107. Change-Id: I10fd254f7f0801d47119234bb3436874e98d8c91 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143849 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit 05f55b3898407828bb24347be56247f58803f7bb) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143860
2022-12-08bump product version to 7.5.0.0.beta1+Christian Lohmaier
Change-Id: I0140e0863311008955eef76ce9c1c616a74bb373
2022-12-06build installer packages with make parallelism instead of GNU parallelChristian Lohmaier
6204336cc7242ff1b0fdc26ccb7f8dd4f362fb78 added support for building installsets in parrallel using the GNU parallel tool, this patch changes that to use make's own parallelism, dropping the need for the external tool. By not creating huge commandline for all packages at once/sequentially, the workarounds to modify the PATH variable can also be dropped. Since : is a special character in makefiles separating a target from prerequisites delimiter in the installer-tuples has been changed to the hyphenation point. The dependencies on the install.phony target have been moved to the actual installset targets (and those are .PHONY targets as well since the target file isn't actually generatead). Also unify the tuples for the different platforms, even if the first element is only used for Windows. Move the msi templates to a separate directory for the different types, so that packaging can also be done in parallel on Windows. Move the setup back to the makefile so it can be setup prior to running the script. Previoulsy the script used grep to remove comments from the msi template files, and had to use "|| true" since grep would also return error when not finding a match/on empty files. Switch that to awk so it can run without that workaround. Change-Id: I2f8b73e04d0f601cb0b4e2d8352a38ef9957bc17 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143679 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-11-30Make it possible build for WASM with --disable-gui, without Qt5Tor Lillqvist
The various configury options here are a bit confusing, but this works at least for me. Change-Id: Ic9b04d40414d7d630d5a854295ce23b6e72a724a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143486 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2022-11-30Move Qt5 and scripting options for Emscripten to the distro-configs fileTor Lillqvist
The resulting config_host.mk from running autogen.sh with just --with-distro=LibreOfficeWASM32 is identical, so this should be safe. Change-Id: I68ab81ba4e48c18d135a824c6158d725eb3f94da Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143395 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
2022-11-29accept Apple's patch utility - pickier than GNU patch, but should be OKChristian Lohmaier
macOS Ventura replaced the patch utility by Apple's version: patch 2.0-12u11-Apple (as of macOS 13.0.1) It is picker/less robust when it comes to locating matches, and absolutely refuses to apply when the hunks are out of order. Only one patch needed rework in the current codebase (master an 7-4 branch), and being more correct about the locations in the files to be patched is not a bad thing either, so accept Apple's version of patch (with a warning for now) Change-Id: I707d00958b814307b13caf9923f1de7f3919442c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143461 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-11-29Make it possible to run either Writer or Calc in the same Emscripten thingTor Lillqvist
If no --with-main-module option is used, don't strip either. To switch, you need to edit the instdir/program/soffice.js . (Or static/emscripten/soffice_args.js and re-make.) Change-Id: I572a777134e7b29fc4896e7b094ceca521874ae1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143396 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2022-11-28Disable languagetool for WASM buildThorsten Behrens
Change-Id: Icd0face05c33bbb1b56230a59015402d5f565422 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143385 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2022-11-25bump product verion to 7.5.0.0.alpha1+Christian Lohmaier
Change-Id: I565f3fc512b39af5c3b2e65a5cc3109794ca25ba
2022-11-22Fix typoAndrea Gelmini
Change-Id: Ia666ef09e60f1d52e813adb392a99b68008d1f21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143091 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2022-11-21macOS (janitor): remove workarounds for no longer supported SDKsChristian Lohmaier
since we won't accept anything lower than 10.14 on master (and 10.13 on libreoffice-7-4 branch), we don't need those quirks anymore. Change-Id: Ibc71a2ce7a0dc60769d03d477991b48fc99d534d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143040 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-11-21macOS: simplify SDK handling, remove the upper limit of SDKChristian Lohmaier
…both for building as well as for min-required version The newer versions of XCode/the corresponding SDK it comes with didn't cause any problems in the last years, and checking for a max-sdk version just causes more work when working on a newer system, either forcing to have multiple versions of Xcode around and switching between those for no reason, or always patching configure to accept the currently used version when bisecting stuff. Change-Id: I0dac9f90afe7d4490d44a1036fa8d358d29da57f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143035 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Jenkins
2022-11-21Revert "use uname for detecting WSL"Balázs Varga (allotropia)
Since this patch breaks WSL2 builds on windows. This reverts commit 5a8a1c4a86938b65c5ea7807f60e721946d7d8de. Change-Id: Idd68a2609b81881af87ae777b5c4bf9cc2d8ef88 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142580 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
2022-11-16configure: Allow to override CXXFLAGS_CXX11Stephan Bergmann
(My Clang --with-latest-c++ build against GCC 13 trunk libstdc++ needs to use -std=c++20 instead of -std=c++2b to work around <https://discourse.llvm.org/t/pack-expansion-bug/64910> for now.) Change-Id: Ib66375fe6e5c3b6b1a24b32fcce051d78390f962 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142752 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-11-14bump required cairo version to 1.12.0Noel Grandin
Change-Id: I7fbfb21f2facdd6371fba821fd30e625115dc72d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142710 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-11-11Fix VS2022 MSMs detectionMike Kaganski
After commits 42da199753515584e615cdcdd8601d2ffc27245b (more VS2022 integration, Oct 14 10:58:25 2021 +0200) and 9ea17a6331ca9491e7012dca837d3815cd4309ac (Adapt to latest VS 2022 MSM versions, Apr 08 09:15:19 2022 +0200), the new 143 version of MSMs gets detected and passed to SCP, but not used there, so MSIs lack CRT. Additionally, it may happen that a redist is configured that does not match the actual CRT used in the build, because it picked a latest available version, and then an error happens when building MSI, because it expects MSMs in wrong source directory. This simplifies the checks, makes sure to look for the correct MSM version, and adds an error message in SCP in case when the passed version is not handled, to detect the incomplete support early. Change-Id: I47d45472309c584314730e7f5f46a9596fc8d21d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142587 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-11-10Add riscv64 supportSakura286
1. Configure gbuild 2. Add UNO Bridge for riscv64 Till now base function works well on riscv64. The bridgetest has passed. Test on Debian, Gentoo and openEuler. Credits: - Heiher <r@hev.cc> and Stephan Bergmann <sbergman@redhat.com> The riscv64 bridge implementation refers to mips64 and AArch64 bridges. - Bo Yu <tsu.yubo@gmail.com> configures gbuild for riscv64. - WANG Xuerui <xen0n@gentoo.org> provides lots of guiding tips. Change-Id: Ifad3b0de8b2c9e7328627ed03396bbd45a9c71e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137445 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins
2022-11-09Clarify the cairo warning in ./configureJan Holesovsky
To know what to expect. Change-Id: Ia660a1ebdbb76c04aa96934cabc16e1cbfc4cfd1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142478 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2022-11-09Keep support for iOS SDK version 15.6xuenhua
Change-Id: Ia58c9525a3e00cf9dab53b90128e72026a17679e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142469 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2022-11-08Update iOS SDK Current Version to 16.1xuenhua
Change-Id: I118095b706077fd95b81e0cd1278559417805355 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142316 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
2022-11-07Send build config (configure options) in LOKit version info JSONAndras Timar
Change-Id: I29a6cca467e5f1e9ba59528edefbb397ceb81780 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141197 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Aron Budea <aron.budea@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141494 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2022-11-07Adapt to llvm-config --src-root dropped from LLVM 16 trunkStephan Bergmann
...with <https://github.com/llvm/llvm-project/commit/c061892fcdbdfe46884c54a7a7bfe6df54d1df12> "[llvm-config] Remove --src-root option", causing > checking for llvm-config... .../llvm-config > usage: llvm-config <OPTION>... [<COMPONENT>...] [...] > dirname: missing operand > Try 'dirname --help' for more information. noise during configure Change-Id: I0051dd523a3f4cebfdd8b14d8f2e83ba9e5e959b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142362 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-11-04No need to accept macOS SDK 10.13 surelyTor Lillqvist
We require at least 10.14 at run-time anyway. Change-Id: Iaffdb403696733583ac66e31139c3b427aae0b69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142233 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2022-11-03Accept macOS SDK 13.0Tor Lillqvist
Change-Id: Ieb4fac4e909482b477fd228b86cfd458ff00def5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142219 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
2022-11-01Add support for .NET Framework 4.8.1Taichi Haradaguchi
Change-Id: I9d719c1c5ad36579638882cf09dabaee812c015e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142113 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>