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

- checking linking against xml2 and libm


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40488 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b335efe3
......@@ -409,16 +409,16 @@ class AssertSubversion(AssertSoftwareMixin):
self.assertEqual(sorted(['libsvn_client-1', 'libsvn_wc-1', 'libsvn_ra-1',
'libsvn_diff-1', 'libsvn_ra_local-1', 'libsvn_repos-1', 'libsvn_fs-1',
'libsvn_fs_fs-1', 'libsvn_fs_util-1', 'libsvn_ra_svn-1',
'libsvn_delta-1', 'libsvn_subr-1', 'libsqlite3',
'libsvn_delta-1', 'libsvn_subr-1', 'libsqlite3', 'libxml2',
'libaprutil-1', 'libapr-1', 'libuuid', 'librt', 'libexpat',
'libz', 'libssl', 'libcrypto', 'libsvn_ra_neon-1',
'libc', 'libcrypt', 'libdl',
'libc', 'libcrypt', 'libdl', 'libm',
'libpthread', 'libneon'
]),
elf_dict['library_list'])
soft_dir = os.path.join(os.path.abspath(os.curdir), 'parts')
expected_rpath_list = [os.path.join(soft_dir, software, 'lib') for
software in ['apache', 'libexpat', 'openssl', 'neon',
software in ['apache', 'libexpat', 'openssl', 'neon', 'libxml2',
'sqlite3', 'subversion', 'zlib', 'libuuid']]
self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list'])
......
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