summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 18:46:15 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 18:47:32 +0100
commit12c96d16a39c97310246d4bc08714d88defd19fc (patch)
treed2a97e6b512c9cc944e7fcb1a1821aac9792a4b4
parent703a7d2cd9ca10392acf9f6916b781dea8c857be (diff)
downloadlibgdata-baserock/morph.tar.gz
Add morphologybaserock/morph
Work around a packaging problem in Baserock - libcrypto.pc is in /usr/lib64/pkgconfig instead of /usr/share/pkgconfig, where we look for it - but no time to fix this correctly for now.
-rw-r--r--libgdata.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgdata.morph b/libgdata.morph
new file mode 100644
index 00000000..65ada750
--- /dev/null
+++ b/libgdata.morph
@@ -0,0 +1,9 @@
+{
+ "name": "libgdata",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
+ "PKG_CONFIG_PATH=/usr/lib64/pkgconfig ./configure --prefix=\"$PREFIX\""
+ ]
+}