summaryrefslogtreecommitdiff
path: root/strata/databases
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-12 10:54:02 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-16 09:07:40 +0000
commit1d511229ee707b7e7b8fc8d62242f6faa7cad815 (patch)
tree496adc548183db774af000c9d7a554990c3af5b5 /strata/databases
parent421db9cfdcaab4b0e88892baa01b4d3f12bc242b (diff)
downloaddefinitions-1d511229ee707b7e7b8fc8d62242f6faa7cad815.tar.gz
Update memcached and build it without autogen.sh dependency
This change is needed to build memcached with automake-1.15
Diffstat (limited to 'strata/databases')
-rw-r--r--strata/databases/memcached.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/databases/memcached.morph b/strata/databases/memcached.morph
new file mode 100644
index 00000000..28e01362
--- /dev/null
+++ b/strata/databases/memcached.morph
@@ -0,0 +1,8 @@
+name: memcached
+kind: chunk
+build-system: autotools
+configure-commands:
+- perl version.pl
+- touch README
+- autoreconf -fvi
+- ./configure --prefix="$PREFIX"