summaryrefslogtreecommitdiff
path: root/strata/icu-common/icu2.morph
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-07-21 18:28:28 +0000
committerMorph (on behalf of Pedro Alvarez) <pedro.alvarez@codethink.co.uk>2016-07-21 18:28:28 +0000
commit7da2c6e64a83397f74831b72bf59407f73124881 (patch)
tree16bc4b0add0a7543c305460263366d5802a32690 /strata/icu-common/icu2.morph
parent7c33713c45ec7b3e8916b20472e8f5043823203d (diff)
downloaddefinitions-baserock/builds/baserock/pedroalvarez/distbuild-debugging-tools/e5b4e4a817c4402a8119efecbb1f0fcc.tar.gz
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