diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:07:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:07:19 +0000 |
commit | 137a5f7975c452cbe1b607dbd1ffdf5727d61f30 (patch) | |
tree | 1f7a2638a4425d062a27334565b0e238a9a85a2b /src | |
parent | c383ce196cd9859d97057c6bafa61084228832ed (diff) | |
download | s6-rc-137a5f7975c452cbe1b607dbd1ffdf5727d61f30.tar.xz |
Add spawn_lib support
Diffstat (limited to 'src')
-rw-r--r-- | src/s6-rc/deps-exe/s6-rc | 1 | ||||
-rw-r--r-- | src/s6-rc/deps-exe/s6-rc-update | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/s6-rc/deps-exe/s6-rc b/src/s6-rc/deps-exe/s6-rc index f95b7ab..0850117 100644 --- a/src/s6-rc/deps-exe/s6-rc +++ b/src/s6-rc/deps-exe/s6-rc @@ -1,3 +1,4 @@ ${LIBS6RC} -lskarnet ${TAINNOW_LIB} +${SPAWN_LIB} diff --git a/src/s6-rc/deps-exe/s6-rc-update b/src/s6-rc/deps-exe/s6-rc-update index bebbac1..8cc7a1e 100644 --- a/src/s6-rc/deps-exe/s6-rc-update +++ b/src/s6-rc/deps-exe/s6-rc-update @@ -4,3 +4,4 @@ ${LIBS6RC} -lskarnet ${TAINNOW_LIB} ${SOCKET_LIB} +${SPAWN_LIB} |