Added code to tar-1.25.bep file to add in latest changes from gnulib. There's been a few recent changes

there that affect things on Haiku.
This commit is contained in:
Scott McCreary
2011-01-30 09:18:05 +00:00
parent 164fe7e1c1
commit 1bc5e8aba7

View File

@@ -4,9 +4,15 @@ SRC_URI="http://ftp.gnu.org/gnu/tar/tar-1.25.tar.bz2"
CHECKSUM_MD5="6e497f861c77bbba2f7da4e10270995b"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
DEPEND="dev-libs/gnulib = 9999"
BUILD {
cd tar-1.25
if [ ! -e `haikuporter -t`/dev-libs/gnulib/work/gnulib-9999 ] ; then
echo "gnulib not found, so updating it now..."
haikuporter -i gnulib
fi
echo "Copying gnulib to tar work directory..."
cp -a `haikuporter -t`/dev-libs/gnulib/work/gnulib-9999 .
./configure --prefix=/boot/common \
LDFLAGS="-lnetwork" \
FORCE_UNSAFE_CONFIGURE=1