aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorMuhammad Mahendra Subrata <mumahendras3@gmail.com>2023-01-30 16:53:15 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-30 23:55:46 +0700
commit501afd6e514a683ba417d77692cb5f69312ecdf9 (patch)
tree8ad41219b267eab52fd1a5c02f20cc15d36883fa /system
parent4e2f7ca89c4b3fdec0b4970c6668263e863114c0 (diff)
system/execline: Show how to use LINK_SHARED option in README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/execline/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/execline/README b/system/execline/README
index 4086528e5f96..d93c027cd2af 100644
--- a/system/execline/README
+++ b/system/execline/README
@@ -30,4 +30,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 ./execline.SlackBuild