summaryrefslogtreecommitdiff
path: root/strata/gnome/mozjs24.morph
blob: a88914c15cc1edcfe4dcd040622fdd0aa00869a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: mozjs24
kind: chunk
build-system: manual
configure-commands:
- |
  cd js/src;
  ./configure --prefix="$PREFIX" \
              --with-system-nspr \
              --with-system-ffi \
              --enable-threadsafe
build-commands:
- |
  cd js/src;
  make
install-commands:
- cd js/src;
  make DESTDIR="$DESTDIR" install