RPM_VERIFY_ELF_METHOD=relaxed now affects textrel as well as rpath
This commit is contained in:
parent
86895dac87
commit
d0c573bce2
@ -55,7 +55,7 @@ for t in `printf %s "$RPM_VERIFY_ELF_METHOD" |tr , ' '`; do
|
||||
;;
|
||||
relaxed)
|
||||
VERIFY_ELF_RPATH=relaxed
|
||||
#VERIFY_ELF_TEXTREL=relaxed
|
||||
VERIFY_ELF_TEXTREL=relaxed
|
||||
;;
|
||||
*)
|
||||
Fatal "Unrecognized verify_elf method: $t"
|
||||
|
Loading…
x
Reference in New Issue
Block a user