diff options
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 |