CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
nspr: updated to 4.34.1
[ports/opt-arm.git] / icu / icudata-stdlibs.patch
CommitLineData
6d18972a
VM
1Index: 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
8 ## These are the library specific LDFLAGS
9-LDFLAGSICUDT=-nodefaultlibs -nostdlib
10+#LDFLAGSICUDT=-nodefaultlibs -nostdlib
11+# Debian change: linking icudata as data only causes too many problems.
12+LDFLAGSICUDT=
13
14 ## Compiler switch to embed a library name
15 # The initial tab in the next line is to prevent icu-config from reading it.