changeset 8278:a461304a8e77

Might not work on OpenBSD.
author Bruno Haible <bruno@clisp.org>
date Fri, 02 Mar 2007 01:30:36 +0000
parents 5aa192831f07
children ca03b672badc
files ChangeLog doc/relocatable.texi
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-01  Bruno Haible  <bruno@clisp.org>
+
+	* doc/relocatable.texi: Document that it may not work on OpenBSD.
+	Reported by Ralf Wildenhues.
+
 2007-03-01  Bruno Haible  <bruno@clisp.org>
 
 	* doc/gnulib-tool.texi (Initial import): Remove paragraph about
--- a/doc/relocatable.texi
+++ b/doc/relocatable.texi
@@ -33,7 +33,9 @@
 
 Installation with @option{--enable-relocatable} will not work for
 setuid or setgid executables, because such executables search only
-system library paths for security reasons.
+system library paths for security reasons.  Also, installation with
+@option{--enable-relocatable} might not work not OpenBSD, when the
+package contains shared libraries and libtool versions 1.5.xx are used.
 
 The runtime penalty and size penalty are negligible on GNU/Linux (just
 one system call more when an executable is launched), and small on