summaryrefslogtreecommitdiff
path: root/chunks/nspr.morph
blob: f9e51c91212a97d8816ec5ba5a2d8da981a56d09 (plain)
1
2
3
4
5
6
7
8
9
name: nspr
kind: chunk
repo: upstream:nspr-hg
ref: a6ee84946475c1fb7624973af28163f6da247c0d
unpetrify-ref: baserock/morph
build-system: autotools
configure-commands:
- ./configure --prefix=$PREFIX --with-mozilla --with-pthreads $([ $(uname -m) = x86_64
  ] && echo --enable-64bit)