Compiled on X8DTU with 2 physical Intel Xeon E5530 CPU (8C16T) Dependencies: perl5 compiletc Commands: tar xf TermReadKey-2.38.tar.gz cd TermReadKey-2.38 perl Makefile.PL sed -i 's/gcc -flto -mtune=generic -Os -pipe/gcc -mtune=generic -Os -pipe -fuse-linker-plugin -flto -fno-exceptions/g' Makefile make test make DESTDIR=/tmp/trk install mkdir /tmp/trk/usr/local/share/doc # strip cp README /tmp/trk/usr/local/share/doc/COPYING chmod 755 /tmp/trk/usr/local/lib/perl5/5.32/site_perl/auto/Term/ReadKey/ReadKey.so strip --strip-unneeded /tmp/trk/usr/local/lib/perl5/5.32/site_perl/auto/Term/ReadKey/ReadKey.so # remove .packlist rm -f /tmp/trk/usr/local/lib/perl5/5.32/site_perl/auto/Term/ReadKey/.packlist