From c362651f62627e6b52da741d7e84b1312650d786 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 7 Nov 2018 08:22:46 +0100 Subject: core/systemd: added LZ4 test patch (FS#60239) --- core/systemd/PKGBUILD | 11 +++++++++++ core/systemd/lz4-test-compress-partial.patch | Bin 0 -> 1257 bytes 2 files changed, 11 insertions(+) create mode 100644 core/systemd/PKGBUILD create mode 100644 core/systemd/lz4-test-compress-partial.patch (limited to 'core') diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD new file mode 100644 index 00000000..be057de8 --- /dev/null +++ b/core/systemd/PKGBUILD @@ -0,0 +1,11 @@ +# LZ4 test fails, see upstream FS#60239 + +source+=(lz4-test-compress-partial.patch) +sha512sums+=('afc199c8d091c1b87fa0719b82bb29ff32595d51034127d1a8c7f83f539f52d0d8a4fa90cf22e286bf3e9104603ecfc9275c3527b9adc2d05d9bcb9234e3c208') + +eval "$( + declare -f prepare | \ + sed ' + /patch.*/a patch -Np1 -i ../lz4-test-compress-partial.patch + ' +)" diff --git a/core/systemd/lz4-test-compress-partial.patch b/core/systemd/lz4-test-compress-partial.patch new file mode 100644 index 00000000..421e186f Binary files /dev/null and b/core/systemd/lz4-test-compress-partial.patch differ -- cgit v1.2.3-54-g00ecf