From: Pedro Alves Date: Thu, 7 Jan 2010 03:28:21 +0000 (-0500) Subject: Remove absolute path from libust.so X-Git-Tag: v0.1~24 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=23ae9ca88799109e397a7eb88f06e4bae6f97ae2;hp=23ae9ca88799109e397a7eb88f06e4bae6f97ae2;p=ust.git 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. ---