05475a5d6cb78167cd67a6f11a74352649d6e347
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libunwind / 0001-disable-tests.patch
1 Disable building of tests
2
3 libunwind tests do not build with uClibc, so we disable them.
4
5 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6
7 Index: b/Makefile.am
8 ===================================================================
9 --- a/Makefile.am
10 +++ b/Makefile.am
11 @@ -36,7 +36,7 @@
12  
13  nodist_include_HEADERS = include/libunwind-common.h
14  
15 -SUBDIRS = src tests doc
16 +SUBDIRS = src doc
17  
18  noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h  \
19         include/compiler.h include/libunwind_i.h include/mempool.h      \
20 Index: b/Makefile.in
21 ===================================================================
22 --- a/Makefile.in
23 +++ b/Makefile.in
24 @@ -313,7 +313,7 @@
25         $(am__append_7) $(am__append_8) $(am__append_9) \
26         $(am__append_10)
27  nodist_include_HEADERS = include/libunwind-common.h
28 -SUBDIRS = src tests doc
29 +SUBDIRS = src doc
30  noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h  \
31         include/compiler.h include/libunwind_i.h include/mempool.h      \
32         include/remote.h                                                \