Add CTPP2 patch to correctly handle ICONV_SUPPORT variable.

If there is no ICONV_SUPPORT, we must not try to compile stuff relative
to iconv.
This commit is contained in:
Matthieu Gautier
2017-02-07 10:47:51 +01:00
parent 85a09520ad
commit b9c93257a6
2 changed files with 22 additions and 1 deletions

View File

@ -810,7 +810,8 @@ class CTPP2(Dependency):
"ctpp2_fix-static-libname.patch",
"ctpp2_mingw32.patch",
"ctpp2_dll_export_VMExecutable.patch",
"ctpp2_win_install_lib_in_lib_dir.patch"]
"ctpp2_win_install_lib_in_lib_dir.patch",
"ctpp2_iconv_support.patch"]
class Builder(CMakeBuilder):
configure_option = "-DMD5_SUPPORT=OFF"