[sr #108637] libtool adds -rpath to staging directory

2014-08-19 Thread anonymous
URL: Summary: libtool adds -rpath to staging directory Project: GNU Libtool Submitted by: None Submitted on: Tue 19 Aug 2014 11:30:33 PM UTC Category: None Priority

Trying to get libtool not to add -rpath, since libs are only in a staging directory

2014-08-19 Thread Filipe Brandenburger
Hi, I'm trying to link binaries to libraries that are not installed on the system, but just unpacked to a "staging" directory. Consider this (real) example: 1) Build expat with "--libdir=/usr/lib/${platform}" 2) Install expat with "make install DESTDIR=${stagedir}" 3) Configure dbus with "-L${st