Might not work on OpenBSD.
authorBruno Haible <bruno@clisp.org>
Fri, 2 Mar 2007 01:30:36 +0000 (01:30 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 2 Mar 2007 01:30:36 +0000 (01:30 +0000)
ChangeLog
doc/relocatable.texi

index 0ace3f2..9b08c03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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
        include ordering constraints.
 
index 86cacab..0eccc8a 100644 (file)
@@ -33,7 +33,9 @@ directory.
 
 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