tce-load -i compiletc nettle3-dev libtasn1-4-dev p11-kit-dev libidn2-dev texinfo cd gnutls-3.5.19 CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --with-default-trust-store-file=/usr/local/etc/ssl/ca-bundle.crt --with-unbound-root-key-file=/usr/local/etc/unbound/root.key --with-default-trust-store-pkcs11="pkcs11:" --with-default-trust-store-dir=/usr/local/etc/ssl/certs find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [1m 58.51s] sudo make install version: 3.5.19 shared 44:11:14 Host/Target system: x86_64-pc-linux-gnu Build system: x86_64-pc-linux-gnu Install prefix: /usr/local Compiler: gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe Valgrind: no CFlags: -g -O2 Library types: Shared=yes, Static=no Local libopts: yes Local libtasn1: no Local unistring: no Use nettle-mini: no Documentation: yes (manpages: yes) configure: External hardware support: /dev/crypto: no Hardware accel: x86-64 Padlock accel: yes Random gen. variant: getrandom PKCS#11 support: yes TPM support: no configure: Optional features: (note that included applications might not compile properly if features are disabled) SSL3.0 support: yes SSL2.0 client hello: yes DTLS-SRTP support: yes ALPN support: yes OCSP support: yes Ses. ticket support: yes OpenPGP support: yes SRP support: yes PSK support: yes DHE support: yes ECDHE support: yes Anon auth support: yes Heartbeat support: yes IDNA support: IDNA 2008 (libidn2) Self checks: no Non-SuiteB curves: yes FIPS140 mode: no configure: Optional libraries: Guile wrappers: no C++ library: yes DANE library: no OpenSSL compat: no configure: System files: Trust store pkcs11: pkcs11: Trust store dir: /usr/local/etc/ssl/certs Trust store file: /usr/local/etc/ssl/ca-bundle.crt Blacklist file: CRL file: Priority file: /etc/gnutls/default-priorities DNSSEC root key file: /usr/local/etc/unbound/root.key configure: WARNING: *** *** The DNSSEC root key file in /usr/local/etc/unbound/root.key was not found. *** This file is needed for the verification of DNSSEC responses. *** Use the command: unbound-anchor -a "/usr/local/etc/unbound/root.key" *** to generate or update it. ***