summaryrefslogtreecommitdiff
path: root/strata/network-security/nspr.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/network-security/nspr.def')
-rw-r--r--strata/network-security/nspr.def11
1 files changed, 11 insertions, 0 deletions
diff --git a/strata/network-security/nspr.def b/strata/network-security/nspr.def
new file mode 100644
index 00000000..d0a3fc48
--- /dev/null
+++ b/strata/network-security/nspr.def
@@ -0,0 +1,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