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 = ...@@ -7,6 +7,7 @@ extends =
../software-profiles/libjpeg.cfg ../software-profiles/libjpeg.cfg
../software-profiles/libpng.cfg ../software-profiles/libpng.cfg
../software-profiles/libtiff.cfg ../software-profiles/libtiff.cfg
../software-profiles/libtool.cfg
../software-profiles/jasper.cfg ../software-profiles/jasper.cfg
../software-profiles/jbigkit.cfg ../software-profiles/jbigkit.cfg
../software-profiles/zlib.cfg ../software-profiles/zlib.cfg
...@@ -24,6 +25,8 @@ configure-options = ...@@ -24,6 +25,8 @@ configure-options =
--without-gslib --without-gslib
--with-bzlib=${bzip2:location} --with-bzlib=${bzip2:location}
--with-zlib=${zlib:location} --with-zlib=${zlib:location}
--with-ltdl-include=${libtool:location}/include
--with-ltdl-lib=${libtool:location}/lib
--with-frozenpaths --with-frozenpaths
environment = environment =
PATH=${freetype:location}/bin:${ghostscript:location}/bin:%(PATH)s PATH=${freetype:location}/bin:${ghostscript:location}/bin:%(PATH)s
......
...@@ -1606,6 +1606,7 @@ class AssertImagemagick(AssertSoftwareMixin): ...@@ -1606,6 +1606,7 @@ class AssertImagemagick(AssertSoftwareMixin):
'libjasper', 'libjasper',
'libjbig', 'libjbig',
'libjpeg', 'libjpeg',
'libltdl',
'libm', 'libm',
'libpng14', 'libpng14',
'libpthread', 'libpthread',
...@@ -1621,6 +1622,7 @@ class AssertImagemagick(AssertSoftwareMixin): ...@@ -1621,6 +1622,7 @@ class AssertImagemagick(AssertSoftwareMixin):
'libjpeg', 'libjpeg',
'libpng', 'libpng',
'libtiff', 'libtiff',
'libtool',
'zlib', '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