Add patches to cross-compile ctpp2 correctly.

This commit is contained in:
Matthieu Gautier
2017-01-17 12:02:21 +01:00
committed by Matthieu Gautier
parent 597fd8dbe1
commit ca53171bdc
4 changed files with 115 additions and 1 deletions

View File

@ -541,7 +541,12 @@ class CTPP2(Dependency, ReleaseDownloadMixin, CMakeMixin):
archive = Remotefile('ctpp2-2.8.3.tar.gz',
'a83ffd07817adb575295ef40fbf759892512e5a63059c520f9062d9ab8fb42fc')
configure_option = "-DMD5_SUPPORT=OFF"
patches = ["ctpp2_include.patch", "ctpp2_no_src_modification.patch", "ctpp2_fix-static-libname.patch"]
patches = ["ctpp2_include.patch",
"ctpp2_no_src_modification.patch",
"ctpp2_fix-static-libname.patch",
"ctpp2_mingw32.patch",
"ctpp2_dll_export_VMExecutable.patch",
"ctpp2_win_install_lib_in_lib_dir.patch"]
class Pugixml(Dependency, ReleaseDownloadMixin, MesonMixin):