bitcoin: disable makejobs to make this build.

This commit is contained in:
Juan RP 2013-10-29 12:05:20 +01:00
parent 2954d6cba2
commit 3aa74a523f

View file

@ -24,10 +24,10 @@ do_build() {
qmake qmake
# XXX wtf??? leveldb inherits this value and errors out # XXX wtf??? leveldb inherits this value and errors out
sed -e "s|ar cqs|ar|g" -i Makefile sed -e "s|ar cqs|ar|g" -i Makefile
make ${makejobs} make
fi fi
# daemon # daemon
make ${makejobs} -f makefile.unix -C src CXXFLAGS="$CXXFLAGS" USE_UPNP=1 make -f makefile.unix -C src CXXFLAGS="$CXXFLAGS -w" USE_UPNP=1
} }
do_install() { do_install() {