diff options
author | Muhammad Mahendra Subrata <mumahendras3@gmail.com> | 2023-01-30 17:32:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-30 23:55:46 +0700 |
commit | 178ab35694fa8fdb0d60a9f0b85ec61d3c698ee1 (patch) | |
tree | 39a3e6a67f13fe7fc0116f124f4997292d51a8c3 /system/s6-rc | |
parent | 4acefae8c6789826c63da29e39a59d3b795dc77f (diff) |
system/s6-rc: Show how to use LINK_SHARED option in README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/s6-rc')
-rw-r--r-- | system/s6-rc/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/s6-rc/README b/system/s6-rc/README index 8ba01321b1822..b6c9809096380 100644 --- a/system/s6-rc/README +++ b/system/s6-rc/README @@ -38,4 +38,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-rc.SlackBuild |