From 686302e091d3d92c98018d50000e3c678ec72442 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 21 Feb 2019 16:27:57 +0100 Subject: [PATCH] tar: Remove erroneous abort() call See [1][2]. [1]: http://www.linuxfromscratch.org/lfs/view/systemd/chapter06/tar.html [2]: https://git.savannah.gnu.org/cgit/tar.git/commit/?id=85c005ee1345c342f707f3c55317daf6cb050603 --- tar.be0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tar.be0 b/tar.be0 index 83b2a87cc..f9fdbf43a 100755 --- a/tar.be0 +++ b/tar.be0 @@ -49,9 +49,10 @@ SRCURL[0]="https://ftp.gnu.org/gnu/tar/tar-${PKGVERSION}.tar.xz" # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + start_cmd sed -i 's/abort.*/FALLTHROUGH;/' src/extract.c +} mee_configure() { export FORCE_UNSAFE_CONFIGURE=1