diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-10 18:13:00 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-23 21:47:27 -0400 |
commit | b2fc5836b2a9030ef6b33e62bb27ac0ed414777b (patch) | |
tree | d7caf40a31b748829913ad5a37f9914bfda5b726 /meson_options.txt | |
parent | ef0221bc954a6341bd172950d1e163d35d472f9e (diff) | |
download | systemd-b2fc5836b2a9030ef6b33e62bb27ac0ed414777b.tar.gz |
meson: specify rpath on all executables linking to libshared
(i.e. pretty much all of them). libtools does this automatically for us. It
would be great if meson did too. Otherwise, it would be nice to simply attach
the information about necessary rpath to the library object, and have it used
automatically for all users. Dunno, maybe there's already a way to do this.
I used '$ORIGIN' for stuff installed into libexecdir, since that's where
libshared ends up, and a full path for everything else. The advantage of
using $ORIGIN is that those binaries can be started from $DESTDIR, which can
sometimes be useful.
Diffstat (limited to 'meson_options.txt')
0 files changed, 0 insertions, 0 deletions