diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 05:47:09 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 05:47:09 +0000 |
commit | e41ec349903901a2d0e48a8cce1b6a8a5fe3b5f6 (patch) | |
tree | cae8bc831f98840474d330ff3f93625f4fac6e42 /src | |
parent | 783b5abb617929fe2860446e4bfad07a614723ff (diff) | |
download | s6-rc-e41ec349903901a2d0e48a8cce1b6a8a5fe3b5f6.tar.xz |
Remove tainnow.lib dependency
Diffstat (limited to 'src')
-rw-r--r-- | src/s6-rc/deps-exe/s6-rc | 2 | ||||
-rw-r--r-- | src/s6-rc/deps-exe/s6-rc-dryrun | 2 | ||||
-rw-r--r-- | src/s6-rc/deps-exe/s6-rc-fdholder-filler | 2 | ||||
-rw-r--r-- | src/s6-rc/deps-exe/s6-rc-init | 2 | ||||
-rw-r--r-- | src/s6-rc/deps-exe/s6-rc-update | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/s6-rc/deps-exe/s6-rc b/src/s6-rc/deps-exe/s6-rc index 6b09cb7..b57e7b3 100644 --- a/src/s6-rc/deps-exe/s6-rc +++ b/src/s6-rc/deps-exe/s6-rc @@ -1,5 +1,5 @@ ${LIBS6RC} -ls6 -lskarnet -${TAINNOW_LIB} +${SYSCLOCK_LIB} ${SPAWN_LIB} diff --git a/src/s6-rc/deps-exe/s6-rc-dryrun b/src/s6-rc/deps-exe/s6-rc-dryrun index 1840bc1..a11a5f4 100644 --- a/src/s6-rc/deps-exe/s6-rc-dryrun +++ b/src/s6-rc/deps-exe/s6-rc-dryrun @@ -1,2 +1,2 @@ -lskarnet -${TAINNOW_LIB} +${SYSCLOCK_LIB} diff --git a/src/s6-rc/deps-exe/s6-rc-fdholder-filler b/src/s6-rc/deps-exe/s6-rc-fdholder-filler index ccb415f..503fe21 100644 --- a/src/s6-rc/deps-exe/s6-rc-fdholder-filler +++ b/src/s6-rc/deps-exe/s6-rc-fdholder-filler @@ -1,4 +1,4 @@ -ls6 -lskarnet -${TAINNOW_LIB} +${SYSCLOCK_LIB} ${SOCKET_LIB} diff --git a/src/s6-rc/deps-exe/s6-rc-init b/src/s6-rc/deps-exe/s6-rc-init index 5fb6d66..a0dc944 100644 --- a/src/s6-rc/deps-exe/s6-rc-init +++ b/src/s6-rc/deps-exe/s6-rc-init @@ -1,6 +1,6 @@ ${LIBS6RC} -ls6 -lskarnet -${TAINNOW_LIB} +${SYSCLOCK_LIB} ${SOCKET_LIB} ${SPAWN_LIB} diff --git a/src/s6-rc/deps-exe/s6-rc-update b/src/s6-rc/deps-exe/s6-rc-update index 8cc7a1e..47f148d 100644 --- a/src/s6-rc/deps-exe/s6-rc-update +++ b/src/s6-rc/deps-exe/s6-rc-update @@ -2,6 +2,6 @@ ${LIBS6RC} -ls6 -lexecline -lskarnet -${TAINNOW_LIB} +${SYSCLOCK_LIB} ${SOCKET_LIB} ${SPAWN_LIB} |