summaryrefslogtreecommitdiffstats
path: root/base/tar/Pkgfile
diff options
context:
space:
mode:
authorsibelle <lesibel at gmail dot com>2010-11-20 20:06:11 +0100
committersibelle <lesibel at gmail dot com>2010-11-20 20:06:11 +0100
commit46f74fb23a0b5bce0d0122408a2b631d691184e9 (patch)
treec2d5cf9127aa0672699976294384abf0b63a4386 /base/tar/Pkgfile
parent4fdfdafbb64500daa3e3652dfeac178790957ad9 (diff)
downloadnutyx-pakxe-46f74fb23a0b5bce0d0122408a2b631d691184e9.tar.gz
nutyx-pakxe-46f74fb23a0b5bce0d0122408a2b631d691184e9.tar.bz2
nutyx-pakxe-46f74fb23a0b5bce0d0122408a2b631d691184e9.tar.xz
nutyx-pakxe-46f74fb23a0b5bce0d0122408a2b631d691184e9.zip
tar, ajustement du config
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