diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-24 14:16:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-24 14:16:48 +0000 |
commit | 62f7e8ef32620e2c618ed5a38508d9b929c0ef71 (patch) | |
tree | cea1029ec5d9ec3d891554a95d3bd1fa22dbb151 | |
parent | 8cf29e3ff410912dcc00fd4507eb95c7a9ff27b0 (diff) | |
download | s6-rc-62f7e8ef32620e2c618ed5a38508d9b929c0ef71.tar.xz |
Proper support for timer_lib
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -293,6 +293,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 @@ -367,6 +368,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}} |