Bug#367115: Libtool sets rpath when cross-compiling for default location

2012-04-18 Thread Wookey
To a large degree this issue is made moot by multiarch. The rpath location is now the same as the runtime location (at least if it gets the architecture right). We still don't want those rpaths, but a) libtool is less likely to try and put them in if it notices that built-time and runtime locatio

Bug#367115: Libtool sets rpath when cross-compiling for default location

2006-05-13 Thread Ralf Wildenhues
Hi Bas, * Bas Wijnen wrote on Sat, May 13, 2006 at 10:46:37PM CEST: > > Debian libtool does not set rpath for libraries and binaries which are > going to be installed in the standard locations ($prefix/lib, > $prefix/bin). It does set it when cross compiling, though, to > "/usr/$arch/{lib,bin}".

Bug#367115: Libtool sets rpath when cross-compiling for default location

2006-05-13 Thread Bas Wijnen
Package: libtool Version: 1.5.22-4 Severity: minor Hi Kurt, :-) Debian libtool does not set rpath for libraries and binaries which are going to be installed in the standard locations ($prefix/lib, $prefix/bin). It does set it when cross compiling, though, to "/usr/$arch/{lib,bin}". In practice