From f0323d0e25b3ef9d7ff30751cfcdeee09141c1ba Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 Jan 2020 13:06:53 +0100 Subject: [PATCH] tar: fix for ethereal chroot-style --- srcpkgs/tar/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/tar/template b/srcpkgs/tar/template index 0a49caa7e91..2ec183c02f1 100644 --- a/srcpkgs/tar/template +++ b/srcpkgs/tar/template @@ -13,6 +13,8 @@ distfiles="${GNU_SITE}/tar/${pkgname}-${version}.tar.xz" checksum=d0d3ae07f103323be809bc3eac0dcc386d52c5262499fe05511ac4788af1fdd8 pre_configure() { + # chroot-style=ethereal + export FORCE_UNSAFE_CONFIGURE=1 # avoid regenerating doc on install touch -r doc/stamp-vti configure }