[Libreoffice-commits] core.git: configure.ac
Ismael Luceno (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 5 08:38:46 UTC 2021
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit dd855b9af9b180e878c5cffa881f4f68cff4afb8
Author: Ismael Luceno <ismael at iodev.co.uk>
AuthorDate: Wed Sep 29 21:16:32 2021 +0200
Commit: Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Tue Oct 5 10:38:12 2021 +0200
configure: Allow building on musl-based systems
Signed-off-by: Ismael Luceno <ismael at iodev.co.uk>
Change-Id: I64e9dea846f3753a91d87bb664af30d0790b5159
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123005
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>
diff --git a/configure.ac b/configure.ac
index 346a01168b52..0dcd4f283330 100644
--- a/configure.ac
+++ b/configure.ac
@@ -878,7 +878,7 @@ solaris*)
fi
;;
-linux-gnu*|k*bsd*-gnu*)
+linux-gnu*|k*bsd*-gnu*|linux-musl*)
using_freetype_fontconfig=yes
using_x11=yes
build_skia=yes
@@ -4950,7 +4950,7 @@ kfreebsd*)
esac
;;
-linux-gnu*)
+linux-gnu*|linux-musl*)
COM=GCC
OS=LINUX
RTL_OS=Linux
More information about the Libreoffice-commits
mailing list