[Libreoffice-commits] core.git: Branch 'feature/wasm' - solenv/gbuild
Thorsten Behrens (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 22 12:21:45 UTC 2021
solenv/gbuild/platform/linux.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4fa1ad6869f01f2f7eab3482803b39ef424cb482
Author: Thorsten Behrens <thorsten.behrens at allotropia.de>
AuthorDate: Sat May 22 14:20:59 2021 +0200
Commit: Thorsten Behrens <thorsten.behrens at allotropia.de>
CommitDate: Sat May 22 14:20:59 2021 +0200
Fix linking for clang build
Change-Id: I593ab41a4602cedb6586e428773ed41d7e21f1f4
diff --git a/solenv/gbuild/platform/linux.mk b/solenv/gbuild/platform/linux.mk
index 823190490589..3238ce7a47ba 100644
--- a/solenv/gbuild/platform/linux.mk
+++ b/solenv/gbuild/platform/linux.mk
@@ -20,7 +20,7 @@ include $(GBUILDDIR)/platform/unxgcc.mk
gb_STDLIBS :=
ifeq ($(DISABLE_DYNLOADING),TRUE)
-gb_STDLIBS += -ldl -lm
+gb_STDLIBS += -ldl -lm -pthread -lpthread
endif
gb_STDLIBS_CXX :=
More information about the Libreoffice-commits
mailing list