summaryrefslogtreecommitdiffstats
path: root/base/tar/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/tar/Pkgfile')
-rwxr-xr-xbase/tar/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/tar/Pkgfile b/base/tar/Pkgfile
index 26f491921..548522479 100755
--- a/base/tar/Pkgfile
+++ b/base/tar/Pkgfile
@@ -10,7 +10,7 @@ source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
-./configure --prefix=/usr \
+FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \
--bindir=/bin \
--libexecdir=/usr/sbin
make