diff options
author | Rene Engelhard <rene@debian.org> | 2012-02-17 15:37:20 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2012-02-17 16:40:46 +0100 |
commit | f42948d0df75738594feca81ab9d2eaafada008e (patch) | |
tree | 2c8629dd06f3b0c3c36fa8aa542e98d7f1c1b4d5 /icu/makefile.mk | |
parent | fdfeb21102e85f94a1ecb22fb376e1875319765e (diff) |
fix icu build on arm
(from http://patch-tracker.debian.org/patch/series/view/icu/4.4.1-7/arm-assembler.patch)
Diffstat (limited to 'icu/makefile.mk')
-rw-r--r-- | icu/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 02f94a458802..872544cef5e5 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -53,7 +53,8 @@ PATCH_FILES=\ icu4c-warnings.patch \ icu4c-escapespace.patch \ icu4c-strict-c.patch \ - CVE-2011-4599.patch + CVE-2011-4599.patch \ + arm-assembler.patch .IF "$(OS)"=="ANDROID" PATCH_FILES+=\ |