xerces-c: Added '-j1' to make command. Also removed one garbage line.

This commit is contained in:
Jose V Beneyto 2007-12-06 22:02:58 +01:00
parent 09d4aba82e
commit 25eedd9f20

View File

@ -12,7 +12,6 @@ build() {
export XERCESCROOT=${SRC}/${name}-src_${version//./_}
cd ${XERCESCROOT}/src/xercesc
autoconf
read
./runConfigure -P/usr \
-plinux \
-cgcc \
@ -21,7 +20,7 @@ build() {
-nsocket \
-tnative \
-rpthread
make
make -j1
make DESTDIR=${PKG} install
unset XERCESCROOT
}