summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/memcached/memcached
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-08-19 00:47:54 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-08-19 09:27:52 -0400
commit81e8ddfce5d62c5f631851daefdd272051967634 (patch)
treedd46a2e1f2d5875c26456675d776b50fa0a7d1da /meta-openstack/recipes-support/memcached/memcached
parentdbe4cf0918e6c27d0d16756f48dd2951c4bab4d0 (diff)
downloadmeta-cloud-services-81e8ddfce5d62c5f631851daefdd272051967634.tar.gz
memcached: re-sync to meta-networking version
To avoid configuration errors, we need to get the latest meta-networking changes. This recipe will be dropped eventually, but will stay a bit longer for migration purposes. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-support/memcached/memcached')
-rw-r--r--meta-openstack/recipes-support/memcached/memcached/configure.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-support/memcached/memcached/configure.patch b/meta-openstack/recipes-support/memcached/memcached/configure.patch
new file mode 100644
index 0000000..7001a0e
--- /dev/null
+++ b/meta-openstack/recipes-support/memcached/memcached/configure.patch
@@ -0,0 +1,13 @@
1Index: memcached-1.4.17/configure.ac
2===================================================================
3--- memcached-1.4.17.orig/configure.ac 2013-12-20 21:44:49.000000000 +0000
4+++ memcached-1.4.17/configure.ac 2014-07-18 07:17:00.593499483 +0000
5@@ -4,7 +4,7 @@
6 AC_INIT(memcached, VERSION_NUMBER, memcached@googlegroups.com)
7 AC_CANONICAL_SYSTEM
8 AC_CONFIG_SRCDIR(memcached.c)
9-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
10+AM_INIT_AUTOMAKE([foreign])
11 AM_CONFIG_HEADER(config.h)
12
13 AC_PROG_CC