diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-10 15:08:29 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-10 15:08:29 +0100 |
commit | 1413b6a4fd6cd0909115566c94882bbc82f43b39 (patch) | |
tree | c7e7012e9fd28e7ccbacdb07904eb4a03ec805fd /external/liborcus | |
parent | 8b172f7e847aa28d612e6730c37b9d8c513853b0 (diff) |
external: fortunately boost no longer requires config_host.mk
Change-Id: I8f2176500bf620cd5e4cdf434e6122b6163b3e0f
Diffstat (limited to 'external/liborcus')
-rw-r--r-- | external/liborcus/ExternalProject_liborcus.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/external/liborcus/ExternalProject_liborcus.mk b/external/liborcus/ExternalProject_liborcus.mk index 8dfcfd512674..bd4abd9649de 100644 --- a/external/liborcus/ExternalProject_liborcus.mk +++ b/external/liborcus/ExternalProject_liborcus.mk @@ -53,10 +53,6 @@ endif ifeq ($(SYSTEM_ZLIB),) liborcus_CPPFLAGS+=$(ZLIB_CFLAGS) endif -# patched boost needs to find config_global.h -ifeq ($(SYSTEM_BOOST),) -liborcus_CPPFLAGS += -I$(BUILDDIR)/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 |