File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ task:
6464 - make
6565 - make install # eatmydata
6666 upstream_clone_script :
67- - git clone https://github.com/bitcoin /bitcoin --depth=1 ./bitcoin-core
67+ - git clone https://github.com/fanquake /bitcoin --depth=1 -b freebsd_bsd_visible_bdb ./bitcoin-core
6868 - cd bitcoin-core
69- - ./contrib/install_db4.sh $(pwd)
69+ - gmake -C depends NO_BOOST=1 NO_LIBEVENT=1 NO_QT=1 NO_SQLITE=1 NO_NATPMP=1 NO_UPNP=1 NO_ZMQ=1 NO_USDT=1
7070 configure_script :
7171 - cd bitcoin-core
7272 - ./autogen.sh
73- - ./configure ${CONFIGURE_OPTS} BDB_LIBS="-L$(pwd)/db4/ lib -ldb_cxx-4.8" BDB_CFLAGS="-I$(pwd)/db4 /include" || ( cat config.log && false)
73+ - ./configure ${CONFIGURE_OPTS} BDB_LIBS="-L$(pwd)/depends/$(./depends/config.guess)/ lib -ldb_cxx-4.8" BDB_CFLAGS="-I$(pwd)/depends/$(./depends/config.guess) /include" || ( cat config.log && false)
7474 make_script :
7575 - cd bitcoin-core
7676 - gmake ${MAKEJOBS} || ( echo "Build failure. Verbose build follows." && gmake V=1 ; false )
You can’t perform that action at this time.
0 commit comments