[Libreoffice-commits] core.git: RepositoryExternal.mk
Stephan Bergmann
sbergman at redhat.com
Tue May 31 11:33:31 UTC 2016
RepositoryExternal.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit f51656c5b29ee317daa92aa9937fc65b66ab3e83
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue May 31 13:32:15 2016 +0200
Reuse BOOST_CPPFLAGS computed by configure.ac
Change-Id: I58cba84030f6a7872f912e0136dfb8d3970ac890
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 938bfc0..563c0d4 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -715,8 +715,7 @@ endef
define gb_LinkTarget__use_boost_headers
$(call gb_LinkTarget_use_unpacked,$(1),boost)
$(call gb_LinkTarget_set_include,$(1),\
- $(if $(or $(COM_IS_CLANG),$(filter GCC,$(COM))),-I$(SRCDIR)/external/boost/include) \
- -I$(call gb_UnpackedTarball_get_dir,boost) \
+ $(BOOST_CPPFLAGS) \
$$(INCLUDE) \
)
More information about the Libreoffice-commits
mailing list