aports/main/libunwind/10-disable-tests.patch
Jakub Jirutka bc293cd531 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.
2016-08-10 08:10:40 +00:00

15 lines
423 B
Diff

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
@@ -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)