summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-10-05 03:00:02 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-10-05 03:00:02 +0000
commit7d2428a0304e96473c22157fc3c9cf276acf4642 (patch)
tree826cfe22b15849f54cdb1924a17b8656427942fe
parent90a4037ced192cbfce086da597c6c075c8bef17b (diff)
downloads6-linux-init-7d2428a0304e96473c22157fc3c9cf276acf4642.tar.xz
Remove fucking -Bsymbolic
-rw-r--r--INSTALL10
-rwxr-xr-xconfigure1
-rw-r--r--doc/index.html12
-rw-r--r--doc/upgrade.html17
-rw-r--r--package/info2
5 files changed, 28 insertions, 14 deletions
diff --git a/INSTALL b/INSTALL
index bc11077..197c384 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,11 +6,11 @@ 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/
- - execline version 2.1.3.1 or later: http://skarnet.org/software/execline/
- - s6-portable-utils version 2.0.5.1 or later: http://skarnet.org/software/s6-portable-utils/
- - s6-linux-utils version 2.0.2.2 or later: http://skarnet.org/software/s6-linux-utils/
- - s6 version 2.2.0.1 or later: http://skarnet.org/software/s6/
+ - skalibs version 2.3.7.1 or later: http://skarnet.org/software/skalibs/
+ - execline version 2.1.4.1 or later: http://skarnet.org/software/execline/
+ - s6-portable-utils version 2.0.5.3 or later: http://skarnet.org/software/s6-portable-utils/
+ - s6-linux-utils version 2.0.2.3 or later: http://skarnet.org/software/s6-linux-utils/
+ - s6 version 2.2.1.1 or later: http://skarnet.org/software/s6/
Note that all those are build-time dependencies, and they are
*also* run-time dependencies when you use the init binary created
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 74de6be..b63a409 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -50,15 +50,15 @@ a small FAQ.
<li> A Linux-based system with a standard C development environment </li>
<li> GNU make, version 4.0 or later </li>
<li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version
-2.3.6.1 or later </li>
+2.3.7.1 or later </li>
<li> <a href="http://skarnet.org/software/execline/">execline</a> version
-2.1.3.1 or later </li>
+2.1.4.1 or later </li>
<li> <a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a> version
-2.0.5.1 or later </li>
+2.0.5.3 or later </li>
<li> <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a> version
-2.0.2.2 or later </li>
+2.0.2.3 or later </li>
<li> <a href="http://skarnet.org/software/s6/">s6</a> version
-2.2.0.1 or later </li>
+2.2.1.1 or later </li>
</ul>
<p>
@@ -86,7 +86,7 @@ against the shared version of the skalibs library, it also becomes a
<ul>
<li> The current released version of s6-linux-init is
-<a href="s6-linux-init-0.0.1.3.tar.gz">0.0.1.3</a>. </li>
+<a href="s6-linux-init-0.0.1.4.tar.gz">0.0.1.4</a>. </li>
<li> Alternatively, you can checkout a copy of the s6-linux-init git repository:
<pre> git clone git://git.skarnet.org/s6-linux-init </pre> </li>
</ul>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index a39b7b4..a5787ed 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,10 +18,25 @@
<h1> What has changed in s6-linux-init </h1>
+<h2> in 0.0.1.4 </h2>
+
+<ul>
+ <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> dependency
+bumped to 2.3.7.1. </li>
+ <li> <a href="http://skarnet.org/software/execline/">execline</a>
+dependency bumped to 2.1.4.1. </li>
+ <li> <a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a>
+dependency bumped to 2.0.5.3. </li>
+ <li> <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
+dependency bumped to 2.0.2.3. </li>
+ <li> <a href="http://skarnet.org/software/s6/">s6</a>
+dependency bumped to 2.2.1.1. </li>
+</ul>
+
<h2> in 0.0.1.3 </h2>
<ul>
- <li> <a href="http://skarnet.org/software/s6/">s6</a> dependency
+ <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> dependency
bumped to 2.3.6.1. </li>
</ul>
diff --git a/package/info b/package/info
index 08b0feb..95854c2 100644
--- a/package/info
+++ b/package/info
@@ -1,4 +1,4 @@
package=s6-linux-init
-version=0.0.1.3
+version=0.0.1.4
category=admin
package_macro_name=S6_LINUX_INIT