dbus: switching back to autotools to fix big endian issue 17792/head
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 4 Feb 2022 10:30:38 +0000 (11:30 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Fri, 4 Feb 2022 13:29:07 +0000 (14:29 +0100)
commitda442b467dd4221e292b0229be98269b0c472bff
tree80412f636ee5b39afaeafd5e6c77fd6e743174e3
parent2b28e3dfdb14d4bea995181b9f00fc32407c7a73
dbus: switching back to autotools to fix big endian issue

According to the upstream developers of dbus, cmake is only inteded for
windows. Unix like operating systems should continue to use the
autotools stack.

Since the changeover to cmake, the dbus was no longer usable on all big
endian systems because the name binding no longer worked.

In cmake, it is not evaluated whether it should run on a little endian
or big endian system.

This fixes issue #17780. The original problem occurred when using the
modem manager on the big endian system (MIPS).

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
utils/dbus/Makefile