f34ce41345
GitOrigin-RevId: b73c2221a46c13557b1b3be9c2070cc42cf01eb3
5 lines
154 B
Bash
5 lines
154 B
Bash
fixupOutputHooks+=(_FreeBSDPatchelfShrink)
|
|
|
|
_FreeBSDPatchelfShrink() {
|
|
find $prefix -type f | xargs -n1 patchelf --shrink-rpath &>/dev/null || true
|
|
}
|