about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-08-16 12:48:21 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-08-16 12:48:21 +0000
commita19ce7bb451236b79ac79d7ffc8e8fa12323ea0d (patch)
tree14d1d6edcf2053c6856e668368e4554311a22c9b /configure
parent4cb21dae6df27d8930e6bdd993d256e949eeee11 (diff)
downloads6-linux-utils-a19ce7bb451236b79ac79d7ffc8e8fa12323ea0d.tar.gz
s6-linux-utils-a19ce7bb451236b79ac79d7ffc8e8fa12323ea0d.tar.xz
s6-linux-utils-a19ce7bb451236b79ac79d7ffc8e8fa12323ea0d.zip
Apply Eric's patch for spawn support
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index ab7279f..66a76f4 100755
--- a/configure
+++ b/configure
@@ -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)
@@ -365,7 +365,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}