Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / icu / icu4c-icudata-stdlibs.patch.1
blobc8d66c6ed06f16e46f25cac59373972e1da329e8
1 diff -ur icu.org/source/config/mh-linux icu/source/config/mh-linux
2 --- icu.org/source/config/mh-linux      2017-04-21 23:09:57.588533707 +0200
3 +++ icu/source/config/mh-linux  2017-04-21 23:11:38.075292226 +0200
4 @@ -27,7 +27,9 @@
5  RPATHLDFLAGS=${LD_RPATH_PRE}'$$ORIGIN'
6  
7  ## These are the library specific LDFLAGS
8 -LDFLAGSICUDT=-nodefaultlibs -nostdlib
9 +#LDFLAGSICUDT=-nodefaultlibs -nostdlib
10 +# Debian change: linking icudata as data only causes too many problems.
11 +LDFLAGSICUDT=
13  ## Compiler switch to embed a library name
14  # The initial tab in the next line is to prevent icu-config from reading it.