• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libmemcached/0001-disable-tests.patch
Gustavo ZacariasGustavo Zacarias committed b79587b825413 Nov 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Disable the tests, cuts build time by half and avoids build issues
2
with extra dependencies.
3
​
4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
5
​
6
diff -Nura libmemcached-1.0.18.orig/Makefile.am libmemcached-1.0.18/Makefile.am
7
--- libmemcached-1.0.18.orig/Makefile.am    2014-07-19 09:24:45.246418899 -0300
8
+++ libmemcached-1.0.18/Makefile.am 2014-07-19 09:25:12.701349345 -0300
9
@@ -1,6 +1,6 @@
10
 # vim:ft=automake
11
 
12
-ACLOCAL_AMFLAGS= -I m4 -I libtest/m4
13
+ACLOCAL_AMFLAGS= -I m4
14
 AM_YFLAGS= -d
15
 
16
 # includes append to these:
17
@@ -45,8 +45,6 @@
18
 include libmemcached-1.0/include.am
19
 else
20
 
21
-include libtest/include.am
22
-
23
 include libhashkit-1.0/include.am
24
 include libmemcached-1.0/include.am
25
 
26
@@ -76,7 +74,6 @@
27
 include libmemcachedinternal/util/include.am
28
 include rpm/include.mk
29
 include support/include.am
30
-include tests/include.am
31
 include util/include.am
32
 include win32/include.am
33
 
34
@@ -103,7 +100,7 @@
35
    @echo "Files that need to be either removed or checked in:"
36
    @bzr unknowns
37
 
38
-clean-local: clean-libtest-check clean-docs-check clean-rpm
39
+clean-local: clean-docs-check clean-rpm
40
 
41
 
42
 lcov: lcov-clean check
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.