summaryrefslogtreecommitdiff
path: root/strata/icu-common/icu2.morph
blob: ca7e4b8a7ab74a18dd55d431017e01ef271c463f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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