libmemcached: fix build failure with automake 1.15+
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Tue, 6 Jan 2015 15:52:54 +0000 (15:52 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 6 Jan 2015 20:16:30 +0000 (21:16 +0100)
commita0b32a35efb266efd461eba7a1d3bf5e8d2f5e8c
treea2e659b1c59a67fa4fe9009e957c05763f99a43c
parent4a13f35576518928a1e44e06ddb5c50fcc29982a
libmemcached: fix build failure with automake 1.15+

Adding a patch to move AC_CONFIG_AUX_DIR up a few lines so the autotools
can find it.

This patch is based on the same solution adopted by Debian:

  https://lists.debian.org/debian-release/2014/11/msg01231.html

This will prevent a build failure like this one caused by a version bump
of the automake package:

configure: error: cannot find install-sh, install.sh, or shtool in "."
"./.." "./../.."

Related:
  http://lists.busybox.net/pipermail/buildroot/2015-January/116604.html

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libmemcached/0003-move-ac_config_aux_dir.patch [new file with mode: 0644]