summaryrefslogtreecommitdiff
path: root/debian/patches/boehm-gc-nocheck.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/boehm-gc-nocheck.diff')
-rw-r--r--debian/patches/boehm-gc-nocheck.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/boehm-gc-nocheck.diff b/debian/patches/boehm-gc-nocheck.diff
deleted file mode 100644
index 231daf6..0000000
--- a/debian/patches/boehm-gc-nocheck.diff
+++ /dev/null
@@ -1,18 +0,0 @@
-# DP: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa.
-
----
- boehm-gc/Makefile.in | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
-
---- a/src/boehm-gc/Makefile.in
-+++ b/src/boehm-gc/Makefile.in
-@@ -684,7 +684,8 @@ check-TESTS: $(TESTS)
- test "$$failed" -eq 0; \
- else :; fi
- check-am: $(check_PROGRAMS)
-- $(MAKE) $(AM_MAKEFLAGS) check-TESTS
-+ : # $(MAKE) $(AM_MAKEFLAGS) check-TESTS
-+ @echo target $@ disabled for Debian build.
- check: check-recursive
- all-am: Makefile $(LTLIBRARIES) all-multi
- installdirs: installdirs-recursive