diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:07:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:07:19 +0000 |
commit | 137a5f7975c452cbe1b607dbd1ffdf5727d61f30 (patch) | |
tree | 1f7a2638a4425d062a27334565b0e238a9a85a2b /configure | |
parent | c383ce196cd9859d97057c6bafa61084228832ed (diff) | |
download | s6-rc-137a5f7975c452cbe1b607dbd1ffdf5727d61f30.tar.xz |
Add spawn_lib support
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -295,7 +295,7 @@ if [ "x$target" != "x$(cat $sysdeps/target)" ] ; then exit 1 fi -rt_lib=$(cat $sysdeps/rt.lib) +spawn_lib=$(cat $sysdeps/spawn.lib) socket_lib=$(cat $sysdeps/socket.lib) sysclock_lib=$(cat $sysdeps/sysclock.lib) tainnow_lib=$(cat $sysdeps/tainnow.lib) @@ -371,7 +371,7 @@ sproot := $sproot version := $version home := $home exthome := $exthome -RT_LIB := ${rt_lib} +SPAWN_LIB := ${spawn_lib} SOCKET_LIB := ${socket_lib} SYSCLOCK_LIB := ${sysclock_lib} TAINNOW_LIB := ${tainnow_lib} |