summaryrefslogtreecommitdiff
path: root/external/liborcus
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-14 21:37:58 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-14 21:39:24 +0100
commitd5d307d647c67c2d620eae5651c54c02178b5f52 (patch)
treee3e5a025ae00789cb859bcae3c171ab5343e2608 /external/liborcus
parent1b5f5b0325e8ace49da154c0275d3d6894acc809 (diff)
externals using boost now need config_host to find config_global.h
... why didn't GCC 4.1 have #pragma diagnostic push? Change-Id: Iedb33d6451e46dc12e137bcd4dccd592c7771c23
Diffstat (limited to 'external/liborcus')
-rw-r--r--external/liborcus/ExternalProject_liborcus.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/liborcus/ExternalProject_liborcus.mk b/external/liborcus/ExternalProject_liborcus.mk
index e8ebf000f9d6..171ea5981c83 100644
--- a/external/liborcus/ExternalProject_liborcus.mk
+++ b/external/liborcus/ExternalProject_liborcus.mk
@@ -53,7 +53,7 @@ liborcus_CPPFLAGS+=$(ZLIB_CFLAGS)
endif
# patched boost needs to find config_global.h
ifeq ($(SYSTEM_BOOST),NO)
-liborcus_CPPFLAGS += -I$(SRCDIR)/config_$(gb_Side)
+liborcus_CPPFLAGS += -I$(BUILDDIR)/config_$(gb_Side)
endif
#
# OSes that use the GNU C++ library need to use -D_GLIBCXX_DEBUG in