From 4e26fbcf41f6fe822fbdab5b854ce608c69a30c7 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 27 Aug 2019 15:58:04 +0200 Subject: [PATCH] cpio: Do not build `rmt` The binary `rmt` is already provided by GNU Tar. [1] > --with-rmt=/usr/libexec/rmt: This parameter inhibits building the rmt > program as it is already installed by the Tar package in LFS. [1]: http://www.linuxfromscratch.org/blfs/view/stable/general/cpio.html --- cpio.be0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cpio.be0 b/cpio.be0 index be62e4342..726df1a1b 100755 --- a/cpio.be0 +++ b/cpio.be0 @@ -47,9 +47,10 @@ SRCURL[0]="https://ftp.gnu.org/gnu/cpio/cpio-${PKGVERSION}.tar.bz2" # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --with-rmt=/usr/libexec/rmt +} #mee_build() { # bee_build