bitcoin: disable makejobs to make this build.
This commit is contained in:
parent
2954d6cba2
commit
3aa74a523f
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue