summaryrefslogtreecommitdiffstats
path: root/system/s6-rc
diff options
context:
space:
mode:
author Muhammad Mahendra Subrata2023-01-30 11:32:45 +0100
committer Willy Sudiarto Raharjo2023-01-30 17:55:46 +0100
commit178ab35694fa8fdb0d60a9f0b85ec61d3c698ee1 (patch)
tree39a3e6a67f13fe7fc0116f124f4997292d51a8c3 /system/s6-rc
parent4acefae8c6789826c63da29e39a59d3b795dc77f (diff)
downloadslackbuilds-178ab35694fa8fdb0d60a9f0b85ec61d3c698ee1.tar.gz
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/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/s6-rc/README b/system/s6-rc/README
index 8ba01321b1..b6c9809096 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