summaryrefslogtreecommitdiff
path: root/strata/icu-common/icu.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/icu-common/icu.morph')
-rw-r--r--strata/icu-common/icu.morph19
1 files changed, 0 insertions, 19 deletions
diff --git a/strata/icu-common/icu.morph b/strata/icu-common/icu.morph
deleted file mode 100644
index 5c269ee0..00000000
--- a/strata/icu-common/icu.morph
+++ /dev/null
@@ -1,19 +0,0 @@
-name: icu
-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