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

New commits:
commit 9faaeff44df391ef67b702e73619d3e6bd7c8424
Author: Rene Engelhard <r...@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 \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to