summaryrefslogtreecommitdiff
path: root/strata/network-security
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-05 15:59:36 +0900
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-10-12 14:23:26 +0000
commit87367fcbaf6a466b48a611b09850982b95e83b92 (patch)
treedab439902e83df0c16d3e70c0855dd7bf6daf8dd /strata/network-security
parentaf116d0a12228cd3b2c1c66d7fbe5fb8aaba9277 (diff)
downloaddefinitions-87367fcbaf6a466b48a611b09850982b95e83b92.tar.gz
Set --sysconfdir=/etc all around
Technically this is not needed for core OS packages with a / prefix, and not needed for anything which does not install to/read from the sysconfdir... however it's all around safer to just specify it everywhere. Change-Id: I3d8cc58b26c5c2332d6dc08bc87007f774e449af
Diffstat (limited to 'strata/network-security')
-rw-r--r--strata/network-security/nspr.morph2
-rw-r--r--strata/network-security/nss.morph2
2 files changed, 2 insertions, 2 deletions
diff --git a/strata/network-security/nspr.morph b/strata/network-security/nspr.morph
index 27613eb4..078486e7 100644
--- a/strata/network-security/nspr.morph
+++ b/strata/network-security/nspr.morph
@@ -9,4 +9,4 @@ configure-commands:
*)
EXTRA_ARGS="";;
esac
- ./configure --prefix="$PREFIX" --with-mozilla --with-pthreads $EXTRA_ARGS
+ ./configure --prefix="$PREFIX" --sysconfdir=/etc --with-mozilla --with-pthreads $EXTRA_ARGS
diff --git a/strata/network-security/nss.morph b/strata/network-security/nss.morph
index c83fd174..bc50df8c 100644
--- a/strata/network-security/nss.morph
+++ b/strata/network-security/nss.morph
@@ -4,4 +4,4 @@ max-jobs: 1
build-system: autotools
configure-commands:
- NOCONFIGURE=1 ./autogen.sh
-- ./configure --prefix="$PREFIX" --libdir="$PREFIX/lib"
+- ./configure --prefix="$PREFIX" --sysconfdir=/etc --libdir="$PREFIX/lib"