bitcoin: disable makejobs to make this build.
This commit is contained in:
parent
2954d6cba2
commit
3aa74a523f
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue