Revert "build: llvm libs may not be in system search path, add rpath"
authorIlia Mirkin <imirkin@alum.mit.edu>
Mon, 17 Mar 2014 13:41:15 +0000 (09:41 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Tue, 25 Mar 2014 21:18:46 +0000 (17:18 -0400)
commit29bcc73d4db639681f679b43075798c78f268ebf
tree1b103d833f8c8dbeb9eb38fd1562a5059df9f523
parent4002daf09545f321a070d0ead06324be11331553
Revert "build: llvm libs may not be in system search path, add rpath"

This reverts commit d9b983519c63b9072677364a6e399d213a1855e5.

Unfortunately it seems like rpath is evaluated before LD_LIBRARY_PATH,
so this breaks e.g. steam, as well as any other user of that env var,
if the llvm path happens to be where other libs also reside.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76082
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
configure.ac