mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
Don't hardcode path to python
* Suggested by Ingo
This commit is contained in:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user