[lldb-dev] Heads-up: FreeBSD LLDB CMake build broken by relative rpath change

Ed Maste emaste at freebsd.org
Thu Feb 27 08:00:10 PST 2014


On 27 February 2014 10:46, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote:
>> It's not FreeBSD-specific; here it is in the GNU ld manual:
>> https://sourceware.org/binutils/docs/ld/Options.html#Options
>>
>> -z keyword
>> `origin'  Marks the object may contain $ORIGIN.
>>
>> and it turns up in some Solaris references from the early 2000s as well.
>
> Oh, sorry. I was looking for it as a single option.

Oh, that's likely my mistake.  I suspect it's properly set as "-z
origin" or "-Wl,-z -Wl,origin".

How about the attached patch?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cmake_zorigin.patch
Type: text/x-patch
Size: 379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140227/3a882d11/attachment.bin>


More information about the lldb-dev mailing list