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 0ace3f21316559cc2f9ae583eb39476741b6cede..9b08c0390512e29fb4ec8aa850704bad53582f54 100644 (file)
--- 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
index 86cacab2fea996d8970d1c9335f80ec682703e5e..0eccc8a900ac9c364eb6cc35229449fc19db891a 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