wok-next diff tar/receipt @ rev 8840
Fix gnustep-back deps/bdeps
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Feb 24 23:20:12 2011 +0100 (2011-02-24) |
parents | 75e687925557 |
children | 8502c6fe00f2 |
line diff
1.1 --- a/tar/receipt Sat Oct 30 18:45:58 2010 +0000 1.2 +++ b/tar/receipt Thu Feb 24 23:20:12 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tar" 1.7 -VERSION="1.23" 1.8 +VERSION="1.25" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="GNU tar archiving tools." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -14,6 +14,8 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + # this is needed since configure can't be run as root with out it 1.17 + export FORCE_UNSAFE_CONFIGURE=1 1.18 ./configure \ 1.19 --prefix=/usr \ 1.20 --libexecdir=/usr/lib/$PACKAGE \