[Libreoffice-commits] .: Branch 'libreoffice-3-3' - solenv/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed Nov 17 22:28:40 PST 2010
solenv/inc/unxlng.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 38068f114133ceeccabe2400c6b2f41e24b3f022
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Nov 17 21:12:56 2010 +0000
need -lpthread as PTHREAD_LIBS on Linux
diff --git a/solenv/inc/unxlng.mk b/solenv/inc/unxlng.mk
index c39c251..62746ce 100644
--- a/solenv/inc/unxlng.mk
+++ b/solenv/inc/unxlng.mk
@@ -26,6 +26,7 @@
#*************************************************************************
CDEFS+=-DGLIBC=2
+PTHREAD_LIBS=-lpthread
DL_LIB=-ldl
.INCLUDE : unxgcc.mk
More information about the Libreoffice-commits
mailing list