Commit 3c4e9a68 authored by Łukasz Nowak's avatar Łukasz Nowak

- libaprutil-1.so links against own provided apache


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40667 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2eef3f33
......@@ -748,7 +748,7 @@ class AssertApache(AssertSoftwareMixin):
def test_ld_libaprutil1(self):
self.assertLibraryList('parts/apache/lib/libaprutil-1.so', ['libexpat', 'libapr-1', 'librt', 'libcrypt',
'libpthread', 'libdl', 'libc', 'libuuid'],
self.apache_rpath)
self.apache_rpath + ['apache'])
def test_ld_libapr1(self):
self.assertLibraryList('parts/apache/lib/libapr-1.so', ['librt', 'libcrypt', 'libuuid',
......
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