execline
Software
www.skarnet.org
execline supports the flag-allstatic flag. Starting with release 1.2.0, it also supports the flag-slashpackage flag.
Since execline contains binaries that can be used very frequently and that need to run as fast as possible, the author recommends the use of flag-allstatic, and also recommends making static executables by editing the conf-compile/conf-ld file if your libc supports static linking.
Linux users who wish to make static executables should try the uClibc or the diet libc; static linking against the glibc at best wastes resources, and at worst does not work.