tce-load -i libxml2-dev openssl-1.0.0-dev cd bind-9.9.4-P2 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 find . -name Makefile -type f -exec sed -i 's/-O2/ /g' {} \; make -C lib/dns make -C lib/isc make -C lib/bind9 make -C lib/isccfg make -C lib/lwres make -C bin/dig sudo make -C bin/dig install ======================================================================== Configuration summary: ------------------------------------------------------------------------ Optional features enabled: Print backtrace on crash (--enable-backtrace) Use symbol table for backtrace, named only (--enable-symtable) Dynamically loadable zone (DLZ) drivers: None Features disabled or unavailable on this platform: Multiprocessing support (--enable-threads) Fixed RRset order (--enable-fixed-rrset) Automated Testing Framework (--with-atf) AAAA filtering (--enable-filter-aaaa) GSS-API (--with-gssapi) PKCS#11/Cryptoki support (--with-pkcs11) ========================================================================