From a2d12f186ce497ef7de3dced9d5b1067359fa330 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 9 Jan 2022 22:06:04 +0000 Subject: allowed unsafe config for tar --- repo/core/tar.xibuild | 1 + 1 file changed, 1 insertion(+) (limited to 'repo/core') diff --git a/repo/core/tar.xibuild b/repo/core/tar.xibuild index 325b930..b39e00a 100644 --- a/repo/core/tar.xibuild +++ b/repo/core/tar.xibuild @@ -6,6 +6,7 @@ SOURCE=https://ftp.gnu.org/gnu/tar/tar-1.34.tar.xz DESC="Utility used to store, backup and transport files" build () { + FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr make make DESTDIR=$PKG_DEST install -- cgit v1.2.1