Patch nicht mehr notwendig. daher auch keine sonder patch behandlung des src trees

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5035 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-01-09 11:56:48 +00:00
parent da7151edc9
commit 0874a701df

View File

@ -99,10 +99,8 @@ mk32() {
.. &&
make -j 8
make -j 8 DESTDIR=$TMPROOT install
cd ../..
rm -r strigi*
UnPack $MAKEDIR $LFSSOURCE/$SRCPATH/strigi*.tar.*
cd strigi*
cd ..
rm -r build
}
mk() {
@ -121,8 +119,8 @@ mk() {
-DENABLE_FAM:BOOL=ON \
-DENABLE_EXPAT:BOOL=ON \
..
make -k -j 8
make -k -j 8 DESTDIR=$TMPROOT install
make -j 8
make -j 8 DESTDIR=$TMPROOT install
}
postmk() {