From a19ce7bb451236b79ac79d7ffc8e8fa12323ea0d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 16 Aug 2016 12:48:21 +0000 Subject: Apply Eric's patch for spawn support --- AUTHORS | 3 +++ configure | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index f44ab19..505b9b0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,9 @@ Main author: Laurent Bercot +Contributors: + Eric Le Bihan + Thanks to: Dan J. Bernstein Jorge Almeida 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} -- cgit v1.2.3