Remove absolute path from libust.so
authorPedro Alves <pedro@codesourcery.com>
Thu, 7 Jan 2010 03:28:21 +0000 (22:28 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 7 Jan 2010 03:28:21 +0000 (22:28 -0500)
commit23ae9ca88799109e397a7eb88f06e4bae6f97ae2
tree334996b33310b4155ddc52ef032901d73f946c44
parent0207cc51527316a3cff9c713615413cb026bc637
Remove absolute path from libust.so

I noticed that the libust.so ld script is installed to the same directory as
libust.so.0 and libust-initializer.o, so removing the absolute paths from them
allows linking with a libust.so that isn't in the sysroot or installed under
/usr/, like e.g., in a DESTDIR directory.  This was useful for testing a
release with everything extracted some randome prefix, e.g., libust.so in
$RANDOM_UNPACK_DIR/usr/lib, and pointing LD_LIBRARY_PATH to
$RANDOM_UNPACK_DIR/usr/lib.
Makefile.am
libust.ldscript.in
This page took 0.023481 seconds and 4 git commands to generate.