tce-load -i compiletc libtirpc-dev wget https://downloads.sourceforge.net/rpcbind/rpcbind-1.2.5.tar.bz2 wget http://www.linuxfromscratch.org/patches/blfs/svn/rpcbind-1.2.5-vulnerability_fixes-1.patch cd rpcbind-1.2.5 sed -i "/servname/s:rpcbind:sunrpc:" src/rpcbind.c patch -Np1 -i ../rpcbind-1.2.5-vulnerability_fixes-1.patch CC="gcc -flto -march=armv8-a+crc -mtune=cortex-a53 -Os -pipe" CXX="g++ -flto -march=armv8-a+crc -mtune=cortex-a53 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --sysconfdir=/etc --with-rpcuser=root --enable-warmstarts --without-systemdsystemunitdir find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 6.38s] sudo make install src/security.c:27:10: fatal error: rpcsvc/yp.h: No such file or directory https://github.com/thkukuk/libnsl/releases/download/v1.3.0/libnsl-1.3.0.tar.xz