From 9faaeff44df391ef67b702e73619d3e6bd7c8424 Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Mon, 12 Nov 2012 19:39:29 +0100 Subject: [PATCH] fix sal build with system-boost Change-Id: I56ce5fc99c654c63df87844c78f652c4ff13ce2c --- sal/Library_sal.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index ffed51cc4586..237fe3f5cfb8 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 \