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
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ do_build() {
qmake
# XXX wtf??? leveldb inherits this value and errors out
sed -e "s|ar cqs|ar|g" -i Makefile
make ${makejobs}
make
fi
# 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() {