Skip to content
Commit c861feee authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

openldap: Get rid of runtime dependency on gcc

The problem here was that the openldap binaries had /tmp/... in their
RPATH *before* $out/lib, so patchelf --shrink-rpath considered the
$out/lib entry unused.

As a workaround, use NIX_LDFLAGS_BEFORE to ensure a proper order.
parent f1035132
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment