summaryrefslogtreecommitdiff
path: root/strata/icu/icu.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/icu/icu.morph')
-rw-r--r--strata/icu/icu.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/icu/icu.morph b/strata/icu/icu.morph
new file mode 100644
index 00000000..f9532f04
--- /dev/null
+++ b/strata/icu/icu.morph
@@ -0,0 +1,9 @@
+name: icu
+kind: chunk
+configure-commands:
+- sed -e 's/LDFLAGSICUDT/#LDFLAGSICUDT/' -i source/config/mh-linux
+- cd source; ./runConfigureICU Linux --prefix=/usr
+build-commands:
+- cd source; unset TARGET ; make
+install-commands:
+- cd source; unset TARGET ; make DESTDIR="$DESTDIR" install