mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Partially cleaned up git's directories.
This commit is contained in:
@@ -12,8 +12,16 @@ BUILD {
|
||||
sed -i 's/lgen/ /' configure
|
||||
sed -i 's/-lgen/ /' Makefile
|
||||
CFLAGS="-I/boot/common/include" LDFLAGS="-L/boot/common/lib -L/boot/system/lib -lbsd -lnetwork" \
|
||||
./configure --prefix=/boot/common --with-editor=nano --enable-pthreads \
|
||||
--with-perl=/boot/common/bin/perl --with-python=/boot/common/bin/python --without-tcltk
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
|
||||
--datarootdir=`finddir B_COMMON_DATA_DIRECTORY` \
|
||||
--libexecdir=`finddir B_COMMON_SERVERS_DIRECTORY` \
|
||||
sharedir=`finddir B_COMMON_DATA_DIRECTORY` \
|
||||
--with-editor=nano \
|
||||
--enable-pthreads \
|
||||
--with-perl=/boot/common/bin/perl \
|
||||
--with-python=/boot/common/bin/python \
|
||||
--without-tcltk
|
||||
make strip
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user