summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2012-07-11 08:39:23 +0000
committerespie <espie@openbsd.org>2012-07-11 08:39:23 +0000
commitb3749b6ca9882a4bff8868c30e7a32be516c8d86 (patch)
tree71ec1a4d84ce989d791a48c54cd8394cf7cb4344 /lib/libpthread
parentdo the ldconfig search dir properly (diff)
downloadwireguard-openbsd-b3749b6ca9882a4bff8868c30e7a32be516c8d86.tar.xz
wireguard-openbsd-b3749b6ca9882a4bff8868c30e7a32be516c8d86.zip
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 'lib/libpthread')
0 files changed, 0 insertions, 0 deletions