summaryrefslogtreecommitdiffstats
path: root/icu/icu4c-rpath.patch
Commit message (Collapse)AuthorAgeFilesLines
* De-fuzzTor Lillqvist2012-11-281-1/+1
| | | | Change-Id: I47e206350331e3edeef9edcb0514eacb66db7c07
* Move the RPATH enforcement to icu4c-rpath.patch and skip that for AndroidTor Lillqvist2012-05-171-0/+14
| | | | | | | | | | | | | | We might eventually want to use Mike Hommey's "faulty.lib" dynamic linker (developed for Firefox on Android) to get around the Android system dynamic linker's silly limitations. It does not like DT_RPATH. (The Android system dynamic linker just ignores those.) So no point putting RPATH into the ICU libs for Android. Note that the faulty.lib linker is not usable currently because it doesn't like the text relocations that the NDK r8 toolchain generates for some reason. Sigh. Change-Id: I9092c6001f0aadbb30e2682e33e7179520846f3b
* icu-4.2.1-rpath.diff: pass $ORIGIN correctly to icu RPATHPetr Mladek2011-03-291-0/+21
need to escape the dollar '$'