summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 23:19:36 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 23:19:36 +0100
commit3a360281546f452fac514e43242328a99bf976a6 (patch)
treedb948fe4d9d44684992c25b9cb4da23f1e776be3
parent1de32bd7dd5bcc44eaf4475021fb427f8cd32100 (diff)
downloadnss-3a360281546f452fac514e43242328a99bf976a6.tar.gz
Fix morphology
Seems we need to specify an exec-prefix as well as a prefix because configure is lacking a little.
-rw-r--r--nss.morph6
1 files changed, 5 insertions, 1 deletions
diff --git a/nss.morph b/nss.morph
index 0bb38b2..c7829c7 100644
--- a/nss.morph
+++ b/nss.morph
@@ -2,5 +2,9 @@
"name": "nss",
"kind": "chunk",
"build-system": "autotools",
- "max-jobs": "1"
+ "max-jobs": "1",
+ "configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
+ "./configure --prefix=\"$PREFIX\" --exec-prefix=\"$PREFIX\""
+ ]
}