diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 22:06:04 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 22:06:04 +0000 |
commit | a2d12f186ce497ef7de3dced9d5b1067359fa330 (patch) | |
tree | 2dc6fedfe576bd106bb60e054f079bbc8148274a /repo | |
parent | 58de591bf95c83cf0ffb4a77f493288d30ebfcbf (diff) |
allowed unsafe config for tar
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/tar.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |