s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 254aa07aa693c0f3ff14a7d3f995bc3082d539e8
parent 8f566b2659ae3aa749921cb0bdea74ba68d82b99
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 24 Oct 2016 14:16:33 +0000

Proper support for timer_lib

Diffstat:
Mconfigure | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure b/configure @@ -290,6 +290,7 @@ spawn_lib=$(cat $sysdeps/spawn.lib) socket_lib=$(cat $sysdeps/socket.lib) sysclock_lib=$(cat $sysdeps/sysclock.lib) tainnow_lib=$(cat $sysdeps/tainnow.lib) +timer_lib=$(cat $sysdeps/timer.lib) util_lib=$(cat $sysdeps/util.lib) tryflag CFLAGS_AUTO -std=c99 @@ -364,6 +365,7 @@ SPAWN_LIB := ${spawn_lib} SOCKET_LIB := ${socket_lib} SYSCLOCK_LIB := ${sysclock_lib} TAINNOW_LIB := ${tainnow_lib} +TIMER_LIB := ${timer_lib} UTIL_LIB := ${util_lib} CC := ${CC_AUTO##${cross}}