summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-22 14:37:34 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-22 14:40:37 +0100
commitaa14ee4bd1ac79e9f6a5649fe4cf2da1fbeaf2d0 (patch)
tree955ff43bdb9882071f7c96d50887b8687d5f13b3
parent6b02aa38dd1b594633a2a3e16623f8ccb2fcba34 (diff)
downloadevolution-data-server-baserock/morph.tar.gz
Fix configure by passing NSS and NSPR path explicitlybaserock/morph
This shouldn't be needed, upstream configure script should be fixed
-rw-r--r--evolution-data-server.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution-data-server.morph b/evolution-data-server.morph
index f4c4cc247..3c664b627 100644
--- a/evolution-data-server.morph
+++ b/evolution-data-server.morph
@@ -4,6 +4,6 @@
"build-system": "autotools",
"configure-commands": [
"NOCONFIGURE=1 ./autogen.sh",
- "./configure --prefix=\"$PREFIX\" --disable-goa --disable-weather"
+ "./configure --prefix=\"$PREFIX\" --disable-goa --disable-weather --with-nss-includes=/usr/include/nss --with-nspr-includes=/usr/include/nspr"
]
}