tce-load -i dbus-dev glib-dev

cd dbus-glib-0.104

CC="gcc -mtune=generic -Os -pipe" CXX="g++ -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --libexecdir=/usr/local/lib/dbus-glib

../libtool: eval: line 1: syntax error: unexpected "|"

find . -name Makefile -type f -exec sed -i 's/-O2//g' {} \;

make
make install

                    D-BUS GLIB BINDINGS 0.104
                  ==============

        prefix:                   /usr/local
        exec_prefix:              ${prefix}
        source code location:     .
        compiler:                 gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe
        cflags:                   -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wfloat-equal -Wsign-compare -fno-strict-aliasing
        cppflags:  