From e4f5b7240d12c203b48f177decc4593b542be826 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 26 Aug 2014 14:23:33 +0000 Subject: Add network-security stratum morphology This add nss and nspr to a stratum to be shared for different systems. --- strata/network-security/nspr.morph | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 strata/network-security/nspr.morph (limited to 'strata/network-security/nspr.morph') diff --git a/strata/network-security/nspr.morph b/strata/network-security/nspr.morph new file mode 100644 index 00000000..27613eb4 --- /dev/null +++ b/strata/network-security/nspr.morph @@ -0,0 +1,12 @@ +name: nspr +kind: chunk +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 -- cgit v1.2.1