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