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