Patch icu : Do not use a specific name for static libs.

This commit is contained in:
Matthieu Gautier
2017-01-17 15:32:15 +01:00
committed by Matthieu Gautier
parent a9343f23b4
commit 912bd34637
2 changed files with 29 additions and 0 deletions

View File

@ -574,6 +574,7 @@ class Icu(Dependency, ReleaseDownloadMixin, MakeMixin):
)
data = Remotefile('icudt56l.dat',
'e23d85eee008f335fc49e8ef37b1bc2b222db105476111e3d16f0007d371cbca')
patches = ["icu4c_fix_static_lib_name_mingw.patch"]
configure_option = "--disable-samples --disable-tests --disable-extras --enable-static --disable-dyload"
subsource_dir = "source"