solenv/gbuild/platform/linux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4fa1ad6869f01f2f7eab3482803b39ef424cb482 Author: Thorsten Behrens <thorsten.behr...@allotropia.de> AuthorDate: Sat May 22 14:20:59 2021 +0200 Commit: Thorsten Behrens <thorsten.behr...@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 := _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits