system/s6-linux-init: Show how to use LINK_SHARED option in README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
178ab35694
commit
7915740c12
|
@ -64,4 +64,6 @@ If you just want to build and use skarnet.org software, building only
|
||||||
the static libraries should be sufficient.
|
the static libraries should be sufficient.
|
||||||
|
|
||||||
If you want the binaries to be linked against the shared versions of the
|
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
|
||||||
|
|
Loading…
Reference in New Issue