[ooo-build-commit] .: boost/makefile.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Sat Oct 2 01:28:10 PDT 2010
boost/makefile.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 027ed74ac8f4e9841897bea7f4796ee33ee0831b
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Sat Oct 2 11:26:32 2010 +0300
Build the boostthread library only on Windows
diff --git a/boost/makefile.mk b/boost/makefile.mk
index ac605a8..7ae5730 100644
--- a/boost/makefile.mk
+++ b/boost/makefile.mk
@@ -111,9 +111,13 @@ normalize: $(PACKAGE_DIR)$/$(NORMALIZE_FLAG_FILE)
$(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE) : normalize
+.IF "$(GUI)"=="WNT"
+
$(PACKAGE_DIR)/$(BUILD_FLAG_FILE) : boostthreadlib
boostthreadlib :
cd $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)/libs/thread/src/win32 && dmake $(MFLAGS) $(CALLMACROS)
+.ENDIF
+
.ENDIF # "$(SYSTEM_BOOST)" == "YES" && ("$(OS)"!="SOLARIS" || "$(COM)"=="GCC")
More information about the ooo-build-commit
mailing list