xorriso: Fix download hash and package dependencies
[oi-userland.git] / components / sysutils / znapzend / patches / 01-test-no-thirdparty.patch
blob9137037ec4a56f104b3e13cce70cbcc3c181b753
1 We dot no use thirdparty modules for testing so we do not need to install them.
3 --- znapzend-0.23.2/Makefile.in.orig
4 +++ znapzend-0.23.2/Makefile.in
5 @@ -960,7 +960,7 @@
6 test-deps:
7 +cd thirdparty && $(MAKE) $(AM_MAKEFLAGS) test-deps
9 -@DEB_BUILD_FALSE@check: test-deps
10 +@DEB_BUILD_FALSE@check:
11 @DEB_BUILD_FALSE@ @echo "NOTE: You may want to also/instead run test.sh" >&2
12 @DEB_BUILD_FALSE@ $(PERL) -Ithirdparty/lib/perl5 "-MExtUtils::Command::MM" "-e" "test_harness(1, 'lib','thirdparty/lib/perl5')" $(srcdir)/t/*.t