extended VERIFY_ELF_UNRESOLVED=normal to executables.

This commit is contained in:
Дмитрий Левин 2006-03-09 16:59:07 +00:00
parent d6c62ed1b4
commit d4a4544c9a

View File

@ -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