summaryrefslogtreecommitdiff
path: root/strata/gnome
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-13 14:31:41 +0900
committerBaserock Gerrit <gerrit@baserock.org>2015-11-14 22:25:03 +0000
commit08a8c658812b9218489c2c223171230cbd3fdd8b (patch)
treefb583b42a9319a4655fc33a9bac71355d07fa740 /strata/gnome
parent6c308ed0002b54771e4d90a5a27e284a4b6043f3 (diff)
downloaddefinitions-08a8c658812b9218489c2c223171230cbd3fdd8b.tar.gz
Provide certificate path to librest in GNOME stratum
Without this, compilation of librest requires an installation of ca-certificates. Change-Id: I9c9c4458d21aafa6dcafb93b51457bbb2de89757
Diffstat (limited to 'strata/gnome')
-rw-r--r--strata/gnome/librest.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/gnome/librest.morph b/strata/gnome/librest.morph
new file mode 100644
index 00000000..34503de3
--- /dev/null
+++ b/strata/gnome/librest.morph
@@ -0,0 +1,9 @@
+name: librest
+kind: chunk
+build-system: autotools
+configure-commands:
+#
+# Tell librest where the system CA certs are found, avoid depending on
+# an installed ca-certificates.
+#
+- ./autogen.sh --prefix="$PREFIX" --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt