diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-07-19 09:05:53 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-19 14:19:44 +0200 |
commit | d0556a1b7d62c4093d1c0ed64336e98f907497ba (patch) | |
tree | 095632abf21a067bd75149bd215751321a337a96 /package/libmemcached/libmemcached-01-disable-tests.patch | |
parent | 8390d939f87581bc216897e6ecd2fded968d5b50 (diff) | |
download | buildroot-d0556a1b7d62c4093d1c0ed64336e98f907497ba.tar.gz buildroot-d0556a1b7d62c4093d1c0ed64336e98f907497ba.zip |
libmemcached: disable tests
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>
Diffstat (limited to 'package/libmemcached/libmemcached-01-disable-tests.patch')
-rw-r--r-- | package/libmemcached/libmemcached-01-disable-tests.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/libmemcached/libmemcached-01-disable-tests.patch b/package/libmemcached/libmemcached-01-disable-tests.patch new file mode 100644 index 0000000000..d7da101c24 --- /dev/null +++ b/package/libmemcached/libmemcached-01-disable-tests.patch @@ -0,0 +1,16 @@ +Disable the tests, cuts build time by half and avoids build issues +with extra dependencies. + +Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> + +diff -Nura libmemcached-1.0.18.orig/Makefile.am libmemcached-1.0.18/Makefile.am +--- libmemcached-1.0.18.orig/Makefile.am 2014-07-19 08:43:15.127031040 -0300 ++++ libmemcached-1.0.18/Makefile.am 2014-07-19 08:48:11.327068987 -0300 +@@ -76,7 +76,6 @@ + include libmemcachedinternal/util/include.am + include rpm/include.mk + include support/include.am +-include tests/include.am + include util/include.am + include win32/include.am + |