summaryrefslogtreecommitdiff
path: root/strata/icu-common/icu2.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/icu-common/icu2.morph')
-rw-r--r--strata/icu-common/icu2.morph19
1 files changed, 19 insertions, 0 deletions
diff --git a/strata/icu-common/icu2.morph b/strata/icu-common/icu2.morph
new file mode 100644
index 00000000..ca7e4b8a
--- /dev/null
+++ b/strata/icu-common/icu2.morph
@@ -0,0 +1,19 @@
+name: icu2
+kind: chunk
+configure-commands:
+- |
+ # As per commit 8874a7c7, We issue this sed command when
+ # building ICU libraries on arm architectures.
+ case "$MORPH_ARCH" in
+ *arm*)
+ sed -e 's/LDFLAGSICUDT/#LDFLAGSICUDT/' -i source/config/mh-linux
+ ;;
+ *)
+ ;;
+ esac
+ cd source
+ ./runConfigureICU Linux --prefix=/usr --sysconfdir=/etc
+build-commands:
+- cd source; unset TARGET ; make
+install-commands:
+- cd source; unset TARGET ; make DESTDIR="$DESTDIR" install