diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-11-13 08:11:57 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-13 16:25:07 +0100 |
commit | b79587b8254091d74298d76b78b22ff0579af973 (patch) | |
tree | 10b39dc5a52a3b574af56128c1ffff1ced47b460 /package/libmemcached/libmemcached-01-disable-tests.patch | |
parent | 91f9a3ac1f25d4988758fa416b4fda837a486516 (diff) | |
download | buildroot-b79587b8254091d74298d76b78b22ff0579af973.tar.gz buildroot-b79587b8254091d74298d76b78b22ff0579af973.zip |
libmemcached: disable sanitizer
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>
Diffstat (limited to 'package/libmemcached/libmemcached-01-disable-tests.patch')
-rw-r--r-- | package/libmemcached/libmemcached-01-disable-tests.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/package/libmemcached/libmemcached-01-disable-tests.patch b/package/libmemcached/libmemcached-01-disable-tests.patch deleted file mode 100644 index 6128306787..0000000000 --- a/package/libmemcached/libmemcached-01-disable-tests.patch +++ /dev/null @@ -1,42 +0,0 @@ -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 09:24:45.246418899 -0300 -+++ libmemcached-1.0.18/Makefile.am 2014-07-19 09:25:12.701349345 -0300 -@@ -1,6 +1,6 @@ - # vim:ft=automake - --ACLOCAL_AMFLAGS= -I m4 -I libtest/m4 -+ACLOCAL_AMFLAGS= -I m4 - AM_YFLAGS= -d - - # includes append to these: -@@ -45,8 +45,6 @@ - include libmemcached-1.0/include.am - else - --include libtest/include.am -- - include libhashkit-1.0/include.am - include libmemcached-1.0/include.am - -@@ -76,7 +74,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 - -@@ -103,7 +100,7 @@ - @echo "Files that need to be either removed or checked in:" - @bzr unknowns - --clean-local: clean-libtest-check clean-docs-check clean-rpm -+clean-local: clean-docs-check clean-rpm - - - lcov: lcov-clean check |