Index: Makefile
===================================================================
--- Makefile (revision 41)
+++ Makefile (revision 42)
@@ -19,6 +19,7 @@
patches += $(CURDIR)/patches/qt5-5.15.8-breakpad.patch
patches += $(CURDIR)/patches/qt5-5.15.8-dav1d.patch
patches += $(CURDIR)/patches/qt5-5.15.8-ffmpeg.patch
+patches += $(CURDIR)/patches/qt5-5.15.8-icu-permissive.patch
patches += $(CURDIR)/patches/qt5-5.15.8-libxml.patch
patches += $(CURDIR)/patches/qt5-5.15.8-module-version.patch
patches += $(CURDIR)/patches/qt5-5.15.8-mysql.patch
@@ -64,6 +65,7 @@
( cd create-5.15.8-breakpad-patch ; ./create.patch.sh ) ; \
( cd create-5.15.8-dav1d-patch ; ./create.patch.sh ) ; \
( cd create-5.15.8-ffmpeg-patch ; ./create.patch.sh ) ; \
+ ( cd create-5.15.8-icu-permissive-patch ; ./create.patch.sh ) ; \
( cd create-5.15.8-libxml-patch ; ./create.patch.sh ) ; \
( cd create-5.15.8-module-version-patch ; ./create.patch.sh ) ; \
( cd create-5.15.8-mysql-patch ; ./create.patch.sh ) ; \