diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index 7b0be72fa64..a798497ede8 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -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() {