depot/third_party/nixpkgs/pkgs/stdenv/freebsd/always-patchelf.sh

6 lines
154 B
Bash
Raw Normal View History

fixupOutputHooks+=(_FreeBSDPatchelfShrink)
_FreeBSDPatchelfShrink() {
find $prefix -type f | xargs -n1 patchelf --shrink-rpath &>/dev/null || true
}