diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-24 14:16:37 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-24 14:16:37 +0000 |
commit | 5179de6d44b740cb77310441ce8bbc1503a9c37e (patch) | |
tree | dc95bdfab28d9d6ab04449a8299c6c0ade8c0ccc /configure | |
parent | c4f60d1821fe68e38f30b66c19fed843e652c656 (diff) | |
download | s6-dns-5179de6d44b740cb77310441ce8bbc1503a9c37e.tar.xz |
Proper support for timer_lib
Diffstat (limited to 'configure')
-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}} |