mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user