Anpassung an V962

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4581 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2009-03-31 10:24:50 +00:00
parent bf2ebda20d
commit a038792c87
2 changed files with 3 additions and 2 deletions

View File

@ -86,7 +86,8 @@ mk() {
CXX="g++ ${BUILDOPTIONS}" \ CXX="g++ ${BUILDOPTIONS}" \
./configure --prefix=/usr \ ./configure --prefix=/usr \
--sysconfdir=/etc/sysconfig/dhcp \ --sysconfdir=/etc/sysconfig/dhcp \
--sbindir=/sbin && --sbindir=/sbin \
--enable-dhcpv6=no &&
make -j $NUMCPU && make -j $NUMCPU &&
make -j $NUMCPU DESTDIR=$TMPROOT install make -j $NUMCPU DESTDIR=$TMPROOT install
} }

View File

@ -73,7 +73,7 @@ SRCPATH=Base/lib
(( MKPKG = $MKPKG | 16 )) (( MKPKG = $MKPKG | 16 ))
(( MKPKG = $MKPKG | 4 )) (( MKPKG = $MKPKG | 4 ))
VERSION=0.4.2.2 VERSION=0.4.3.3
if [ -f $LFSSOURCE/$SRCPATH/gpplib-[0-9]*.tar.bz2 ]; then if [ -f $LFSSOURCE/$SRCPATH/gpplib-[0-9]*.tar.bz2 ]; then
rm $LFSSOURCE/$SRCPATH/gpplib-[0-9]*.tar.bz2 rm $LFSSOURCE/$SRCPATH/gpplib-[0-9]*.tar.bz2
fi fi