extended VERIFY_ELF_UNRESOLVED=normal to executables.
This commit is contained in:
parent
d6c62ed1b4
commit
d4a4544c9a
@ -151,7 +151,8 @@ for f in "$@"; do
|
||||
ldd_rc=1
|
||||
;;
|
||||
*)
|
||||
if lookup_path "${fname%/*}" "$RPM_VERIFY_ELF_LDD_RPATH"; then
|
||||
if [ -z "${t##*ELF* executable*dynamically linked*}" ] ||
|
||||
lookup_path "${fname%/*}" "$RPM_VERIFY_ELF_LDD_RPATH"; then
|
||||
ldd_rc=1
|
||||
else
|
||||
ldd_rc=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user