summaryrefslogtreecommitdiffstats
path: root/package/libmemcached
Commit message (Collapse)AuthorAgeFilesLines
* 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