icudata-stdlibs.patch 641 B

12345678910111213141516
  1. Index: icu-52~m1/source/config/mh-linux
  2. ===================================================================
  3. --- icu-52~m1.orig/source/config/mh-linux 2013-09-14 18:53:23.284040467 -0400
  4. +++ icu-52~m1/source/config/mh-linux 2013-09-14 18:53:23.284040467 -0400
  5. @@ -21,7 +21,9 @@
  6. LD_RPATH_PRE = -Wl,-rpath,
  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=
  12. ## Compiler switch to embed a library name
  13. # The initial tab in the next line is to prevent icu-config from reading it.