[Libreoffice-commits] core.git: RepositoryExternal.mk
Stephan Bergmann
sbergman at redhat.com
Sat Feb 16 13:57:09 PST 2013
RepositoryExternal.mk | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
New commits:
commit 9320802bf25dc2c7a8afc0304046883d3a0483d8
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Sat Feb 16 22:56:19 2013 +0100
Better support for --with-system-boost --with-bost=...
Change-Id: I57ff908d1b44dd2f54f2990389e9dca8cea0f282
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 4253e26..d0ad921 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -505,7 +505,14 @@ $(call gb_LinkTarget_add_libs,$(1),\
endef
-gb_LinkTarget__use_boost_headers:=
+define gb_LinkTarget__use_boost_headers
+$(call gb_LinkTarget_set_include,$(1),\
+ $$(INCLUDE) \
+ $(BOOST_CPPFLAGS) \
+)
+
+endef
+
gb_ExternalProject__use_boost_headers:=
else # !SYSTEM_BOOST
More information about the Libreoffice-commits
mailing list