diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rwxr-xr-x | configure | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ Main author: Laurent Bercot <ska-skaware@skarnet.org> +Contributors: + Eric Le Bihan <eric.le.bihan.dev@free.fr> + Thanks to: Dan J. Bernstein <djb@cr.yp.to> Jorge Almeida <jalmeida@math.ist.utl.pt> @@ -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} |