Commit 5a68ebd1 authored by Łukasz Nowak's avatar Łukasz Nowak

- sort


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40678 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7329065c
...@@ -1603,16 +1603,16 @@ class AssertImagemagick(AssertSoftwareMixin): ...@@ -1603,16 +1603,16 @@ class AssertImagemagick(AssertSoftwareMixin):
'libbz2', 'libbz2',
'libc', 'libc',
'libdl', 'libdl',
'libm',
'libfreetype', 'libfreetype',
'libm',
'libpthread', 'libpthread',
'libz', 'libz',
] ]
core_rpath_list = [ core_rpath_list = [
'zlib',
'bzip2', 'bzip2',
'freetype', 'freetype',
'zlib',
] ]
lib_lib_list = core_lib_list + [ lib_lib_list = core_lib_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