diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-24 14:16:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-24 14:16:46 +0000 |
commit | 98d9ecdf68643a7d9bca0cc3e1c690ea6329a478 (patch) | |
tree | 5217be426c4b43c1c76518c9fedaa3aed1c7e1c7 | |
parent | ace5d0396888e4c48b50d4e617d37db590c0272b (diff) | |
download | s6-portable-utils-98d9ecdf68643a7d9bca0cc3e1c690ea6329a478.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}} |