diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-14 15:52:48 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-14 16:03:21 +0100 |
commit | 29661a886e4157e0cb6141b49fb5602fa621cc9a (patch) | |
tree | 838f013a8b0379e0efa89dc63f93c9191ded1418 /external/liborcus | |
parent | 96917c806847173ce2a597e533167dedf01ca81b (diff) |
boost: stop using #pragma GCC system_header
... it breaks dependency generation.
Change-Id: Ib6e1dac1210020d3a6eb1748f1266e69582f199e
Diffstat (limited to 'external/liborcus')
-rw-r--r-- | external/liborcus/ExternalProject_liborcus.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/external/liborcus/ExternalProject_liborcus.mk b/external/liborcus/ExternalProject_liborcus.mk index 649742011223..e8ebf000f9d6 100644 --- a/external/liborcus/ExternalProject_liborcus.mk +++ b/external/liborcus/ExternalProject_liborcus.mk @@ -51,6 +51,10 @@ endif ifeq ($(SYSTEM_ZLIB),NO) liborcus_CPPFLAGS+=$(ZLIB_CFLAGS) endif +# patched boost needs to find config_global.h +ifeq ($(SYSTEM_BOOST),NO) +liborcus_CPPFLAGS += -I$(SRCDIR)/config_$(gb_Side) +endif # # OSes that use the GNU C++ library need to use -D_GLIBCXX_DEBUG in # sync with the rest of LibreOffice, i.e. depending on |