@@ -2,19 +2,19 @@ diff -aur target-org/icu/source/config/Makefile.inc.in target/icu/source/config/
22--- target-org/icu/source/config/Makefile.inc.in 2017-07-05 13:23:06.000000000 +0200
33+++ target/icu/source/config/Makefile.inc.in 2017-07-06 14:02:52.275016858 +0200
44@@ -143,7 +143,7 @@
5-
5+
66 # Versioned target for a shared library
77 FINAL_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION)
88- MIDDLE_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION_MAJOR)
99+ MIDDLE_SO_TARGET = $(SO_TARGET)
10-
10+
1111 # Access to important ICU tools.
12- # Use as follows: $(INVOKE) $(GENRB) arguments ..
12+ # Use as follows: $(INVOKE) $(GENRB) arguments ..
1313diff -aur target-org/icu/source/config/mh-linux target/icu/source/config/mh-linux
1414--- target-org/icu/source/config/mh-linux 2017-07-05 13:23:06.000000000 +0200
1515+++ target/icu/source/config/mh-linux 2017-07-06 14:02:52.275016858 +0200
1616@@ -25,9 +25,12 @@
17-
17+
1818 ## Compiler switch to embed a library name
1919 # The initial tab in the next line is to prevent icu-config from reading it.
2020- LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
@@ -25,7 +25,7 @@ diff -aur target-org/icu/source/config/mh-linux target/icu/source/config/mh-linu
2525 #SH# # We can't depend on MIDDLE_SO_TARGET being set.
2626- #SH# LD_SONAME=
2727+ #SH# LD_SONAME=${SO_TARGET}
28-
28+
2929 ## Shared library options
3030 LD_SOOPTIONS= -Wl,-Bsymbolic
3131diff -aur target-org/icu/source/data/Makefile.in target/icu/source/data/Makefile.in
@@ -41,22 +41,6 @@ diff -aur target-org/icu/source/data/Makefile.in target/icu/source/data/Makefile
4141+ #ifeq ($(PKGDATA_VERSIONING),)
4242+ #PKGDATA_VERSIONING = -r $(SO_TARGET_VERSION)
4343+ #endif
44-
44+
4545 # This allows all the data to be in one directory
4646 ifeq ($(PKGDATA_MODE),dll)
47- diff -aur target-org/icu/source/i18n/digitlst.cpp target/icu/source/i18n/digitlst.cpp
48- --- target-org/icu/source/i18n/digitlst.cpp 2018-07-23 11:20:13.000000000 +0200
49- +++ target/icu/source/i18n/digitlst.cpp 2018-07-23 15:29:24.729402639 +0200
50- @@ -61,11 +61,7 @@
51- #endif
52-
53- #if U_USE_STRTOD_L
54- - # if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
55- - # include <locale.h>
56- - # else
57- - # include <xlocale.h>
58- - # endif
59- + # include <xlocale.h>
60- #endif
61-
62- // ***************************************************************************
0 commit comments