diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-08 18:07:48 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-10 08:10:40 +0000 |
commit | bc293cd5312fbcc779c765b49d396444bee6706d (patch) | |
tree | e5a79c3b664b4b41d869f29d5679cb1e21e4ebe6 /main/libunwind/10-disable-tests.patch | |
parent | f3941767f32d61929b8ec36f01b9fabb4cc98c9e (diff) | |
download | aports-bc293cd5312fbcc779c765b49d396444bee6706d.tar.bz2 aports-bc293cd5312fbcc779c765b49d396444bee6706d.tar.xz |
main/libunwind: upgrade to 1.2_rc1
This is just a release candidate, but the latest stable release (1.1)
is already 4 years old and very outdated. For example Julia, that uses
libunwind, strongly recommends to use latest version, not 1.1.
Diffstat (limited to 'main/libunwind/10-disable-tests.patch')
-rw-r--r-- | main/libunwind/10-disable-tests.patch | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/main/libunwind/10-disable-tests.patch b/main/libunwind/10-disable-tests.patch index b7b3240add..d353cb1e9d 100644 --- a/main/libunwind/10-disable-tests.patch +++ b/main/libunwind/10-disable-tests.patch @@ -1,11 +1,14 @@ +These tests are known to fail, so disable them. It's not problem just on +Alpine, Julia also disabled libunwind tests in their Makefile. + --- a/Makefile.in +++ b/Makefile.in -@@ -313,7 +313,7 @@ - $(am__append_7) $(am__append_8) $(am__append_9) \ - $(am__append_10) - nodist_include_HEADERS = include/libunwind-common.h --SUBDIRS = src tests doc -+SUBDIRS = src doc - noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \ - include/compiler.h include/libunwind_i.h include/mempool.h \ - include/remote.h \ +@@ -218,7 +218,7 @@ + ETAGS = etags + CTAGS = ctags + CSCOPE = cscope +-DIST_SUBDIRS = src tests doc ++DIST_SUBDIRS = src doc + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + distdir = $(PACKAGE)-$(VERSION) + top_distdir = $(distdir) |