diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-07-11 08:39:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-07-11 08:39:24 +0000 |
commit | 3edf4186c45dbf9709b41c6f82b49c0472c432b0 (patch) | |
tree | 0beeadbddcef31da83bbcab301aae3a34620f3ce /etc/group | |
parent | a07cf72956376573e9caffce99da11a3c78c74c2 (diff) |
fix bug for real. Turns out some libraries (xcb...) have NEEDED that go
to standard ldconfig search dirs...
Of course, ld complains because it doesn't have them in its standard
search dir. BUT there's an option -rpath-link designed just for that
(look up needed objects during compile and trust the end result to
find them).
So use that for ldconfig directories... so that xcb can link without
needing to go have a look at the NEEDED list, but without encoding
standard rpaths in the resulting binary...
Also, put all the junk that needs -Wl together so we can add one single
-Wl,-rpath,foo,-rpath-link,foo2 thingy...
Diffstat (limited to 'etc/group')
0 files changed, 0 insertions, 0 deletions