summarylogtreecommitdiffstats
path: root/0012-libprefix.mingw.patch
diff options
context:
space:
mode:
Diffstat (limited to '0012-libprefix.mingw.patch')
-rw-r--r--0012-libprefix.mingw.patch16
1 files changed, 15 insertions, 1 deletions
diff --git a/0012-libprefix.mingw.patch b/0012-libprefix.mingw.patch
index 20e8c7bab6f8..7f01e93d4129 100644
--- a/0012-libprefix.mingw.patch
+++ b/0012-libprefix.mingw.patch
@@ -12,7 +12,21 @@ diff -urN icu.orig/source/config/mh-mingw icu/source/config/mh-mingw
## Compiler switch to embed a runtime search path
LD_RPATH=
-@@ -61,7 +61,7 @@
+@@ -61,19 +61,19 @@
+ endif
+
+ # Static library prefix and file extension
+-LIBSICU = lib$(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX)
++LIBSICU = $(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX)
+ A = a
+
+ ## An import library is needed for z/OS and MSVC
+ IMPORT_LIB_EXT = .dll.a
+
+-LIBPREFIX=
++LIBPREFIX=lib
+
+ # Change the stubnames so that poorly working FAT disks and installation programs can work.
# This is also for backwards compatibility.
DATA_STUBNAME = dt
I18N_STUBNAME = in