summaryrefslogtreecommitdiff
path: root/strata/network-security/nspr.def
blob: d0a3fc48184bf0e694325dd5287fcc574c362a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: nspr
build-system: autotools
configure-commands:
- |
  case "$MORPH_ARCH" in
      x86_64|ppc64)
          EXTRA_ARGS="--enable-64bit";;
      *)
          EXTRA_ARGS="";;
  esac
  ./configure --prefix="$PREFIX" --with-mozilla --with-pthreads $EXTRA_ARGS