tce-load -i compiletc curl-dev file-dev libgcrypt-dev gnutls35-dev ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.70.tar.gz cd libmicrohttpd-0.9.70 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 -disable-static --localstatedir=/var find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 9.60s] sudo make install configure: GNU libmicrohttpd 0.9.70 Configuration Summary: Target directory: /usr/local Cross-compiling: no Operating System: linux-gnu Shutdown of listening socket trigger select: yes Inter-thread comm: eventfd poll support: yes epoll support: yes sendfile used: yes, Linux-style HTTPS support: yes (using libgnutls) Threading lib: posix Use thread names: yes Use debug asserts: no Messages: yes Gettext: yes Basic auth.: yes Digest auth.: yes HTTP "Upgrade": yes Postproc: yes Build docs: yes Build examples: yes Test with libcurl: yes configure: HTTPS subsystem configuration: License : LGPL only