aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Mahendra Subrata <mumahendras3@gmail.com>2023-01-30 17:44:33 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-30 23:55:46 +0700
commit7915740c1206747dac33e00efe6fa0305b9d65f5 (patch)
treecf58e283dcca637597a033a0638ebc60ba9e576b
parent178ab35694fa8fdb0d60a9f0b85ec61d3c698ee1 (diff)
system/s6-linux-init: Show how to use LINK_SHARED option in README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/s6-linux-init/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/s6-linux-init/README b/system/s6-linux-init/README
index 6f017d343547..76e6c9f009e3 100644
--- a/system/s6-linux-init/README
+++ b/system/s6-linux-init/README
@@ -64,4 +64,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-linux-init.SlackBuild