build: llvm libs may not be in system search path, add rpath
authorIlia Mirkin <imirkin@alum.mit.edu>
Mon, 24 Feb 2014 17:43:17 +0000 (12:43 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Tue, 25 Feb 2014 20:30:13 +0000 (15:30 -0500)
commitd9b983519c63b9072677364a6e399d213a1855e5
tree1a014646f1211ec087473bd8aecbf69236cbfed5
parent42c2366de5a09227ae662b10ff479cee88a1f6c3
build: llvm libs may not be in system search path, add rpath

On my gentoo system, llvm libs are in /usr/lib64/llvm, and llvm-config
--ldflags does not provide the rpath (it does, of course, provide a -L).
This adds the llvm dir to the rpath. It should be harmless if the path
is a system path, and should make things work when it's not.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Tested-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac