mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
dff3d16a86
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
561 B
Text
12 lines
561 B
Text
This is mksh, the "MirBSD Korn Shell" (or "MidnightBSD Korn Shell").
|
|
It is a successor to the Public Domain Korn Shell (pdksh)
|
|
|
|
Pass STATIC=yes to the script to build a static /bin/mksh.
|
|
|
|
Pass DIET=yes to the script to use dietlibc instead of glibc. This
|
|
requires the optional dependency dietlibc. DIET=yes builds are always
|
|
static; no need for STATIC=yes. Cannot be combined with MUSL=yes.
|
|
|
|
Pass MUSL=yes to the script to use musl instead of glibc. This
|
|
requires the optional dependency musl. Can be combined with
|
|
STATIC=yes. Cannot be combined with DIET=yes.
|