[Libreoffice-commits] .: sal/Library_sal.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 12 10:43:20 PST 2012


 sal/Library_sal.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9faaeff44df391ef67b702e73619d3e6bd7c8424
Author: Rene Engelhard <rene at debian.org>
Date:   Mon Nov 12 19:39:29 2012 +0100

    fix sal build with system-boost
    
    Change-Id: I56ce5fc99c654c63df87844c78f652c4ff13ce2c

diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index ffed51c..237fe3f 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -59,7 +59,9 @@ $(eval $(call gb_Library_use_libraries,sal,\
 	$(gb_UWINAPI) \
 ))
 
+ifneq ($(SYSTEM_BOOST),YES)
 $(eval $(call gb_Library_use_unpacked,sal,boost))
+endif
 
 $(eval $(call gb_Library_use_externals,sal,\
     valgrind \


More information about the Libreoffice-commits mailing list