1From: Thilo Cestonaro <thilo.cestonaro@ts.fujitsu.com>
2Date: Fri, 18 Nov 2016 10:23:07 +0100
3Subject: Build libdbus-c++ tools for target platform rather than enforced for
4host platform.
5
6Upstream-Status: Inappropriate [no upstream]
7Signed-off-by: Thilo Cestonaro <thilo.cestonaro@ts.fujitsu.com>
8---
9
10diff -Naur libdbus-c++-0.9.0.ori/configure.ac libdbus-c++-0.9.0/configure.ac
11--- libdbus-c++-0.9.0.ori/configure.ac	2016-11-15 14:25:36.085882774 +0100
12+++ libdbus-c++-0.9.0/configure.ac	2016-11-15 14:27:08.814568717 +0100
13@@ -64,9 +64,6 @@
14 AC_PROG_CC
15 AC_PROG_CXX
16
17-CXX_FOR_BUILD=${CXX_FOR_BUILD-${CXX}}
18-AC_SUBST(CXX_FOR_BUILD)
19-
20 AM_PROG_LIBTOOL
21
22 PKG_PROG_PKG_CONFIG
23diff -Naur libdbus-c++-0.9.0.ori/tools/Makefile.am libdbus-c++-0.9.0/tools/Makefile.am
24--- libdbus-c++-0.9.0.ori/tools/Makefile.am	2016-11-15 14:25:36.089882803 +0100
25+++ libdbus-c++-0.9.0/tools/Makefile.am	2016-11-15 14:26:19.454203583 +0100
26@@ -1,7 +1,5 @@
27 # hacky, but ...
28
29-CXX = $(CXX_FOR_BUILD)
30-
31 AM_CPPFLAGS = \
32 	$(dbus_CFLAGS) \
33 	$(xml_CFLAGS) \
34