From 137a5f7975c452cbe1b607dbd1ffdf5727d61f30 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 12 Aug 2016 13:07:19 +0000 Subject: Add spawn_lib support --- INSTALL | 6 +++--- configure | 4 ++-- doc/index.html | 8 ++++---- doc/upgrade.html | 11 +++++++++++ package/deps.mak | 4 ++-- package/info | 2 +- src/s6-rc/deps-exe/s6-rc | 1 + src/s6-rc/deps-exe/s6-rc-update | 1 + 8 files changed, 25 insertions(+), 12 deletions(-) diff --git a/INSTALL b/INSTALL index 67131db..2335357 100644 --- a/INSTALL +++ b/INSTALL @@ -6,9 +6,9 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.3.10.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.1.5.0 or later: http://skarnet.org/software/execline/ - - s6 version 2.3.0.0 or later: http://skarnet.org/software/s6/ + - skalibs version 2.4.0.0 or later: http://skarnet.org/software/skalibs/ + - execline version 2.2.0.0 or later: http://skarnet.org/software/execline/ + - s6 version 2.4.0.0 or later: http://skarnet.org/software/s6/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/configure b/configure index da5007d..ea52cf9 100755 --- a/configure +++ b/configure @@ -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} diff --git a/doc/index.html b/doc/index.html index 59d8cb6..8974f2b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,11 +48,11 @@ scripts are also run in a controlled environment.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.3.10.0 or later
  • +2.4.0.0 or later
  • execline version -2.1.5.0 or later
  • +2.2.0.0 or later
  • s6 version -2.3.0.0 or later
  • +2.4.0.0 or later

    Licensing

    @@ -66,7 +66,7 @@ scripts are also run in a controlled environment.