Commit b4abb535 authored by Łukasz Nowak's avatar Łukasz Nowak

- ignore ldd warning about not being executable


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40446 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f12579ac
......@@ -106,6 +106,8 @@ def readLddInfoList(f):
else:
# linux-vdso.so.1 => (0x00007fffa7fff000)
a(lib)
elif 'warning: you do not have execution permission for' in line:
pass
elif line:
# /lib64/ld-linux-x86-64.so.2 (0x00007f77fd400000)
a(line.split()[0])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment