Commit f912c271 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use our own ltdl (a part of libtool).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40757 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 263e6480
......@@ -7,6 +7,7 @@ extends =
../software-profiles/libjpeg.cfg
../software-profiles/libpng.cfg
../software-profiles/libtiff.cfg
../software-profiles/libtool.cfg
../software-profiles/jasper.cfg
../software-profiles/jbigkit.cfg
../software-profiles/zlib.cfg
......@@ -24,6 +25,8 @@ configure-options =
--without-gslib
--with-bzlib=${bzip2:location}
--with-zlib=${zlib:location}
--with-ltdl-include=${libtool:location}/include
--with-ltdl-lib=${libtool:location}/lib
--with-frozenpaths
environment =
PATH=${freetype:location}/bin:${ghostscript:location}/bin:%(PATH)s
......
......@@ -1606,6 +1606,7 @@ class AssertImagemagick(AssertSoftwareMixin):
'libjasper',
'libjbig',
'libjpeg',
'libltdl',
'libm',
'libpng14',
'libpthread',
......@@ -1621,6 +1622,7 @@ class AssertImagemagick(AssertSoftwareMixin):
'libjpeg',
'libpng',
'libtiff',
'libtool',
'zlib',
]
......
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