diff options
author | Muhammad Mahendra Subrata <mumahendras3@gmail.com> | 2023-01-30 17:20:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-30 23:55:46 +0700 |
commit | 4acefae8c6789826c63da29e39a59d3b795dc77f (patch) | |
tree | b8fa540e8194019b3b3601f3812732025a65433c /system/s6 | |
parent | 501afd6e514a683ba417d77692cb5f69312ecdf9 (diff) |
system/s6: Show how to use LINK_SHARED option in README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/s6')
-rw-r--r-- | system/s6/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/s6/README b/system/s6/README index 198f2b8cb774..b7b7c8d67bae 100644 --- a/system/s6/README +++ b/system/s6/README @@ -40,4 +40,6 @@ If you just want to build and use skarnet.org software, building only the static libraries should be sufficient. If you want the binaries to be linked against the shared versions of the -skarnet.org libraries, pass LINK_SHARED=yes to the script. +skarnet.org libraries, pass LINK_SHARED=yes to the script, i.e., + + LINK_SHARED=yes ./s6.SlackBuild |