summaryrefslogtreecommitdiff
path: root/external/liborcus
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-05-27 15:21:50 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-30 09:45:43 +0200
commite355e54f2fddcf3146f33c9690e580e6b77aacef (patch)
treebe5c00928059bc4001be044030940592cc498c65 /external/liborcus
parent5251a7c39c7c2ee6bc16965484913002d662d44d (diff)
configure: set BOOST_CPPFLAGS also in --without-system-boost case
Simplify the makefiles. Change-Id: Ia695961e936e4a1ffdaff73eb56adc3c3905ed0c
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 580ef847a5b6..1a3c30967749 100644
--- a/external/liborcus/ExternalProject_liborcus.mk
+++ b/external/liborcus/ExternalProject_liborcus.mk
@@ -70,7 +70,7 @@ ifeq ($(COM),MSC)
liborcus_CXXFLAGS+=$(BOOST_CXXFLAGS)
endif
ifeq ($(SYSTEM_BOOST),)
-liborcus_CXXFLAGS+=-I$(WORKDIR)/UnpackedTarball/boost
+liborcus_CXXFLAGS+=${BOOST_CPPFLAGS}
else
liborcus_LDFLAGS+=$(BOOST_LDFLAGS)
endif