tce-load -i compiletc dbus-dev libical3-dev readline-dev udev-lib-dev cd bluez-5.49 patch -Np1 -i ../bluez-5.49-obexd_without_systemd-1.patch CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --libexecdir=/usr/local/lib --disable-systemd --enable-library find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [1m 2.83s] sudo make install sudo install -dm755 /usr/local/etc/bluetooth sudo install -m644 src/main.conf /usr/local/etc/bluetooth/main.conf sudo install -m644 profiles/input/input.conf /usr/local/etc/bluetooth/input.conf sudo install -m644 profiles/network/network.conf /usr/local/etc/bluetooth/network.conf