summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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