summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-10-28 16:01:06 +0200
committerDavid Tardon <dtardon@redhat.com>2017-10-28 19:20:31 +0200
commit6eecca40aa77de90e3566645f812be5cf3b416d0 (patch)
tree7fca90e2414470b4cef3ae8e94e239ad8368d64d /external
parentecfad3d98efa678e592343fb575be64feaaad27e (diff)
BOOST_CPPFLAGS is already set correctly by configure
Change-Id: I5c3b87352fad9fff42075a81e921c03e1dcb7bdc Reviewed-on: https://gerrit.libreoffice.org/44000 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external')
-rw-r--r--external/libqxp/ExternalProject_libqxp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libqxp/ExternalProject_libqxp.mk b/external/libqxp/ExternalProject_libqxp.mk
index a2d18e93768e..164e01cef43f 100644
--- a/external/libqxp/ExternalProject_libqxp.mk
+++ b/external/libqxp/ExternalProject_libqxp.mk
@@ -34,7 +34,7 @@ $(call gb_ExternalProject_get_state_target,libqxp,build) :
--disable-werror \
--disable-weffc \
$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
- CXXFLAGS="$(CXXFLAGS) $(CXXFLAGS_CXX11) $(if $(SYSTEM_BOOST),$(BOOST_CPPFLAGS),-I$(call gb_UnpackedTarball_get_dir,boost))" \
+ CXXFLAGS="$(CXXFLAGS) $(CXXFLAGS_CXX11) $(BOOST_CPPFLAGS)" \
REVENGE_GENERATORS_CFLAGS=' ' REVENGE_GENERATORS_LIBS=' ' REVENGE_STREAM_CFLAGS=' ' REVENGE_STREAM_LIBS=' ' \
ax_cv_cxx_compile_cxx11=yes \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \