mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
dbus-cpp: fix cross build for tools when expat is missing
dbus-c++ tools use CXX_FOR_BUILD to build in cross scenarios, however they don't use CXXFLAGS_FOR_BUILD nor LDFLAGS_FOR_BUILD thus breaking when there aren't any expat devel files in the default PATHs (build host). Fixes: http://autobuild.buildroot.net/results/44f/44fc2cab2b60aa82460bb46b1035ddda115af750/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
b7b9008f9a
commit
a5c4cde801
@@ -15,6 +15,7 @@ DBUS_CPP_CONF_OPT = --disable-examples --disable-tests --disable-doxygen-docs \
|
||||
--with-build-libdbus-cxx=$(HOST_DBUS_CPP_BUILDDIR)
|
||||
HOST_DBUS_CPP_CONF_OPT = --disable-examples --disable-tests \
|
||||
--disable-doxygen-docs --disable-ecore --disable-glib
|
||||
DBUS_CPP_AUTORECONF = YES
|
||||
DBUS_CPP_LICENSE = LGPLv2.1+
|
||||
DBUS_CPP_LICENSE_FILES = COPYING
|
||||
|
||||
|
||||
Reference in New Issue
Block a user