- extensions to build: compiletc.tcz autoconf.tcz automake.tcz squashfs-tools.tcz atk-dev.tcz atk-gir.tcz dbus-glib-dev.tcz gdk-pixbuf2-gir.tcz glu-dev.tcz gobject-introspection-dev.tcz gtk2-dev.tcz gtk2-gir.tcza libtool-dev.tcz pcre-dev.tcz wayland-dev.tcz $ wget -i src_la_.txt (did this on Debian, i not spported in BusyBox, and copied directory lala) $ sudo cp *.la /usr/local/lib - compiler flags: export CFLAGS="-march=i486 -mtune=i686 -Os -pipe" export CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe" export LDFLAGS="-Wl,-O1" - build: $ patch -Np1 -i /mnt/sda1/sources/libunique-1.1.6-upstream_fixes-1.patch $ autoreconf -fi $ ./configure --prefix=/usr/local --disable-dbus --disable-static $ make $ sudo make DESTDIR=path