mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Changed several calls for /boot/common/bin to use finddir.
This commit is contained in:
@@ -11,7 +11,7 @@ BUILD {
|
||||
autoconf
|
||||
CFLAGS="-I/boot/common/include" LDFLAGS="-L/boot/common/lib -L/boot/system/lib -lbsd -lnetwork" \
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-editor=nano --enable-pthreads="-lroot" \
|
||||
--with-perl=/boot/common/bin/perl --with-python=/boot/common/bin/python --without-tcltk
|
||||
--with-perl=`finddir B_COMMON_BIN_DIRECTORY`/perl --with-python=`finddir B_COMMON_BIN_DIRECTORY`/python --without-tcltk
|
||||
make strip
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user