diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-16 12:49:12 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-16 12:49:12 +0000 |
commit | 6367d4549ba3a69526b49062193e9825cf04fad9 (patch) | |
tree | 6f995e7e0672073b6eb32bdf299f2d4b12615408 /src | |
parent | 137a5f7975c452cbe1b607dbd1ffdf5727d61f30 (diff) | |
download | s6-rc-6367d4549ba3a69526b49062193e9825cf04fad9.tar.xz |
Apply Eric's patch for spawn support
Diffstat (limited to 'src')
-rw-r--r-- | src/s6-rc/deps-exe/s6-rc-init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s6-rc/deps-exe/s6-rc-init b/src/s6-rc/deps-exe/s6-rc-init index b5622f9..5fb6d66 100644 --- a/src/s6-rc/deps-exe/s6-rc-init +++ b/src/s6-rc/deps-exe/s6-rc-init @@ -3,3 +3,4 @@ ${LIBS6RC} -lskarnet ${TAINNOW_LIB} ${SOCKET_LIB} +${SPAWN_LIB} |