0001-disable-tests.patch 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Disable the tests, cuts build time by half and avoids build issues
  2. with extra dependencies.
  3. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  4. diff -Nura libmemcached-1.0.18.orig/Makefile.am libmemcached-1.0.18/Makefile.am
  5. --- libmemcached-1.0.18.orig/Makefile.am 2014-07-19 09:24:45.246418899 -0300
  6. +++ libmemcached-1.0.18/Makefile.am 2014-07-19 09:25:12.701349345 -0300
  7. @@ -1,6 +1,6 @@
  8. # vim:ft=automake
  9. -ACLOCAL_AMFLAGS= -I m4 -I libtest/m4
  10. +ACLOCAL_AMFLAGS= -I m4
  11. AM_YFLAGS= -d
  12. # includes append to these:
  13. @@ -45,8 +45,6 @@
  14. include libmemcached-1.0/include.am
  15. else
  16. -include libtest/include.am
  17. -
  18. include libhashkit-1.0/include.am
  19. include libmemcached-1.0/include.am
  20. @@ -76,7 +74,6 @@
  21. include libmemcachedinternal/util/include.am
  22. include rpm/include.mk
  23. include support/include.am
  24. -include tests/include.am
  25. include util/include.am
  26. include win32/include.am
  27. @@ -103,7 +100,7 @@
  28. @echo "Files that need to be either removed or checked in:"
  29. @bzr unknowns
  30. -clean-local: clean-libtest-check clean-docs-check clean-rpm
  31. +clean-local: clean-docs-check clean-rpm
  32. lcov: lcov-clean check