diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-24 14:16:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-24 14:16:40 +0000 |
commit | d241aac4f34db3cfb8340325ec63c5f32ecc3926 (patch) | |
tree | 96dfb4b3c610b9963c6d916d7af9d47fcfcb76d7 | |
parent | 771a5c2ac0bde997004d9678c3d3750b1195b98d (diff) | |
download | s6-linux-init-d241aac4f34db3cfb8340325ec63c5f32ecc3926.tar.xz |
Proper support for timer_lib
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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}} |