diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:06:52 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:06:52 +0000 |
commit | 61c85a27095a6477195736ae065541acfc5d5098 (patch) | |
tree | 8b40fe0c5a9b71dee2348c5f2db4223419600cd9 /configure | |
parent | 6e104c911677187694f476d3002eec606b820a2c (diff) | |
download | execline-61c85a27095a6477195736ae065541acfc5d5098.tar.xz |
Add spawn_lib support
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -289,7 +289,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) @@ -364,7 +364,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} |