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

- check linking against xml2


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