patchelf: dontPatchELF in setup hook is allowed to be undefined
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# directories from the RPATH of every library or executable in every
|
# directories from the RPATH of every library or executable in every
|
||||||
# output.
|
# output.
|
||||||
|
|
||||||
fixupOutputHooks+=('if [ -z "$dontPatchELF" ]; then patchELF "$prefix"; fi')
|
fixupOutputHooks+=('if [ -z "${dontPatchELF-}" ]; then patchELF "$prefix"; fi')
|
||||||
|
|
||||||
patchELF() {
|
patchELF() {
|
||||||
local dir="$1"
|
local dir="$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user