summaryrefslogtreecommitdiff
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
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
-rw-r--r--strata/gnome.morph2
-rw-r--r--strata/gnome/librest.morph9
2 files changed, 10 insertions, 1 deletions
diff --git a/strata/gnome.morph b/strata/gnome.morph
index e3d96a4d..53197b5a 100644
--- a/strata/gnome.morph
+++ b/strata/gnome.morph
@@ -390,10 +390,10 @@ chunks:
ref: 4d76cf7dd8e55d93bb58164a1fff38113ba97af5
unpetrify-ref: master
- name: librest
+ morph: strata/gnome/librest.morph
repo: upstream:gnome/librest
ref: 08f1fc35e3c77aecedacf08aa510e82c91ac7f2a
unpetrify-ref: 0.7.93
- build-system: autotools
- name: enchant
repo: upstream:enchant
ref: 6d8b6bb15f09a14c90fb900eb2ecf1172d7cf6cf
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