From c799a992a4081397fc7cb4da89eae16785de6030 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 5 Oct 2015 02:40:32 +0000 Subject: - remove s6-hiercopy (unused, moved to s6-portable-utils) - fix s6ps_otree when /proc isn't available - remove fucking -Bsymbolic --- INSTALL | 2 +- configure | 1 - doc/index.html | 4 +- doc/upgrade.html | 6 ++ package/info | 2 +- src/minutils/s6-hiercopy.c | 156 --------------------------------------------- src/minutils/s6ps_otree.c | 2 +- 7 files changed, 11 insertions(+), 162 deletions(-) delete mode 100644 src/minutils/s6-hiercopy.c diff --git a/INSTALL b/INSTALL index 9506d2f..d977540 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A Linux-based system with a standard C development environment - GNU make version 4.0 or later - - skalibs version 2.3.6.1 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.3.7.1 or later: http://skarnet.org/software/skalibs/ This software is Linux-specific. It will run on a Linux kernel, version 2.6.32 or later. diff --git a/configure b/configure index b1590fa..3ddb7e5 100755 --- a/configure +++ b/configure @@ -304,7 +304,6 @@ fi if $shared ; then tryldflag LDFLAGS_AUTO -Wl,--hash-style=both - tryldflag LDFLAGS_SHARED -Wl,-Bsymbolic fi LDFLAGS_SHARED="${LDFLAGS_SHARED}${addlibdpath}" diff --git a/doc/index.html b/doc/index.html index 6ed3234..f02fe69 100644 --- a/doc/index.html +++ b/doc/index.html @@ -33,7 +33,7 @@
  • A Linux-based system with a standard C development environment
  • GNU make, version 4.0 or later
  • skalibs version -2.3.6.1 or later. It's a build-time requirement. It's also a run-time +2.3.7.1 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • @@ -48,7 +48,7 @@ library.

    Download

    diff --git a/doc/upgrade.html b/doc/upgrade.html index 3c476ab..71a4ecf 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@

    What has changed in s6-linux-utils

    +

    in 2.0.2.3

    + + +

    in 2.0.2.2