distcc: adjust for /boot/common removal.

This commit is contained in:
Adrien Destugues
2013-10-14 20:16:12 +02:00
parent d50f282a65
commit 33dd0d8744

View File

@@ -5,7 +5,7 @@ COPYRIGHT="Copyright (C) 2002, 2003, 2004 by Martin Pool <mbp@samba.org>
LICENSE="GNU GPL v2"
SRC_URI="http://distcc.googlecode.com/files/distcc-3.1.tar.bz2"
CHECKSUM_MD5="a1a9d3853df7133669fffec2a9aab9f3"
REVISION="1"
REVISION="2"
ARCHITECTURES="?x86_gcc2 ?x86"
PROVIDES="
@@ -24,15 +24,15 @@ GLOBAL_WRITABLE_FILES="
"
REQUIRES="
haiku
haiku >= $haikuVersion
lib:libpython2.6
"
# second part only for tests. Where to put that ?
BUILD_REQUIRES="
devel:libpython2.6
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:libtoolize
cmd:which
cmd:aclocal
@@ -50,7 +50,7 @@ BUILD()
libtoolize --copy --force --install
./autogen.sh
runConfigure ./configure \
LDFLAGS=-L/boot/common/lib/python2.6/config
LDFLAGS=-L/boot/system/lib/python2.6/config
make $jobArgs
}
@@ -61,7 +61,7 @@ INSTALL()
TEST()
{
make check RESTRICTED_PATH=/sources/distcc-3.3:/boot/common/develop/tools/bin:/bin
make check RESTRICTED_PATH=/sources/distcc-3.1:/boot/system/develop/tools/bin:/bin
}
DESCRIPTION="