summaryrefslogtreecommitdiffstats
path: root/package/libmemcached
Commit message (Collapse)AuthorAgeFilesLines
* libmemcached: fix build failure with automake 1.15+Vicente Olivert Riera2015-01-061-0/+25
| | | | | | | | | | | | | | | | | | | | | 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>
* libmemcached: disable sanitizerGustavo Zacarias2014-11-133-1/+26
| | | | | | | | | The tests are flawed and we don't generally enable a dozen hardening CFLAGS automatically. Fixes: http://autobuild.buildroot.net/results/a84/a84ab4f0fdea6bbab971ba379e3066cddb25bfaa/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmemcached: disable libmudflapth supportGustavo Zacarias2014-11-121-1/+3
| | | | | | | | | | We're not handling it (copying it) for external toolchains and it's causing build failures. Fixes: http://autobuild.buildroot.net/results/9d1/9d1e414850307487d65435216ae0ddee56d1098f/ http://autobuild.buildroot.net/results/f08/f08c8e5514e054397428677f08fadac5386189dc/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmemcached: add hash fileGustavo Zacarias2014-10-261-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire2014-10-041-1/+1
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libmemcached: unification of name <PKG>_VERSION_MAJOR variableJerzy Grzegorek2014-08-031-3/+3
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libmemcached: disable libtestGustavo Zacarias2014-07-192-7/+31
| | | | | | | This allows libmemcached to be enabled for musl and uClibc as well. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libmemcached: disable testsGustavo Zacarias2014-07-192-0/+18
| | | | | | | | | | | Disable test libraries and programs, even though it needs to autoreconf it's a good tradeoff since it cuts the build time by half, and avoids build issues with extra dependencies that aren't properly checked for. Fixes: http://autobuild.buildroot.net/results/739/739ae9b2f28486dec8900aa584145d2d38f44331/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libmemcached: new packageGustavo Zacarias2014-07-192-0/+33
For varying reasons it doesn't play well with uClibc or musl based toolchains so they're excluded for now. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud