tce-load -i intltool nautilus-dev itstool json-glib-dev

cd file-roller-3.8.4

CC="gcc -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --libexecdir=/usr/local/lib/file-roller --disable-packagekit

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

make
sudo make install

Configuration:

        Source code location    : .
        Prefix                  : /usr/local
        Compiler                : gcc -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe
        CFLAGS                  : -g -O2  -Wall
        Enable debug code       : no
        Disable deprecated code : no
        Run in place            : no
        Internal mkdtemp        : false
        Nautilus module         : yes
        PackageKit support      : no
        Use libmagic            : no
        JSON support            : yes
        Notifications support   : yes
        Use libarchive          : no
