diff options
Diffstat (limited to 'icu')
-rw-r--r-- | icu/icu4c-rpath.patch | 2 | ||||
-rw-r--r-- | icu/icu4c-wchar_t.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/icu/icu4c-rpath.patch b/icu/icu4c-rpath.patch index bd625e9e96ce..44ab8a652923 100644 --- a/icu/icu4c-rpath.patch +++ b/icu/icu4c-rpath.patch @@ -22,7 +22,7 @@ --- misc/icu/source/config/mh-linux 2010-09-29 20:37:36.000000000 +0200 +++ misc/build/icu/source/config/mh-linux 2011-03-15 10:56:26.653056004 +0100 @@ -20,6 +20,11 @@ - LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN + LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN LD_RPATH_PRE = -Wl,-rpath, +## Force RPATH=$ORIGIN to locate own dependencies w/o need for LD_LIBRARY_PATH diff --git a/icu/icu4c-wchar_t.patch b/icu/icu4c-wchar_t.patch index bb788dcaf90a..2360a08f03a6 100644 --- a/icu/icu4c-wchar_t.patch +++ b/icu/icu4c-wchar_t.patch @@ -11,5 +11,5 @@ +CFLAGS+=/GF /nologo /Zc:wchar_t- +CXXFLAGS+=/GF /nologo /EHsc /Zc:wchar_t- CPPFLAGS+=-D_CRT_SECURE_NO_DEPRECATE - DEFS+=-DWIN32 - DEFS+=-DCYGWINMSVC + DEFS+=-DWIN32 -DCYGWINMSVC + LDFLAGS+=/nologo |