From 3a360281546f452fac514e43242328a99bf976a6 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 23 Jul 2012 23:19:36 +0100 Subject: Fix morphology Seems we need to specify an exec-prefix as well as a prefix because configure is lacking a little. --- nss.morph | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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\"" + ] } -- cgit v1.2.1