tce-load -i compiletc nettle3-dev p11-kit-dev libidn2-dev texinfo https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.12.tar.xz cd gnutls-3.6.12 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 --without-included-libtasn1 --without-included-unistring --with-system-priority-file=/usr/local/etc/gnutls find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [1m 53.45s] sudo make install version: 3.6.12 shared 56:2:26 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: no SSL2.0 client hello: yes Allow SHA1 sign: no DTLS-SRTP support: yes ALPN support: yes OCSP support: yes SRP support: yes PSK support: yes DHE support: yes ECDHE support: yes GOST support: yes Anon auth support: yes Heartbeat support: yes IDNA support: IDNA 2008 (libidn2) Non-SuiteB curves: yes FIPS140 mode: no Strict DER time: yes 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: Configuration file: /usr/local/etc/gnutls 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. ***