Don't hardcode path to python

* Suggested by Ingo
This commit is contained in:
Adrien Destugues
2013-10-16 08:29:50 +02:00
parent f3532dc2cb
commit cf618c7adc

View File

@@ -50,7 +50,7 @@ BUILD()
libtoolize --copy --force --install
./autogen.sh
runConfigure ./configure \
LDFLAGS=-L/boot/system/lib/python2.6/config
LDFLAGS=-L`python-config --prefix`/lib/python2.6/config
make $jobArgs
}
@@ -61,7 +61,7 @@ INSTALL()
TEST()
{
make check RESTRICTED_PATH=/sources/distcc-3.1:/boot/system/develop/tools/bin:/bin
make check RESTRICTED_PATH=/sources/distcc-3.1:/bin
}
DESCRIPTION="