File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ install:
7272script :
7373
7474 # Download and build libbitcoin-server and all dependencies.
75- - if [[ $OSX && $CLANG && $STATIC ]]; then ./install.sh --without-consensus --enable-testnet --disable-shared --build-boost --prefix=$HOME/my-prefix; fi
75+ - if [[ $OSX && $CLANG && $STATIC ]]; then ./install.sh --without-consensus --with-secp256k1 --without-openssl -- enable-testnet --disable-shared --build-boost --prefix=$HOME/my-prefix; fi
7676 - if [[ $LINUX && $CLANG && $STATIC ]]; then ./install.sh --with-secp256k1 --without-openssl --disable-shared --build-boost --prefix=$HOME/my-prefix CXXFLAGS='-Os -stdlib=libstdc++' LDLIBS='-lstdc++'; fi
7777 - if [[ $LINUX && $GCC && $STATIC ]]; then ./install.sh --disable-ndebug --disable-shared --build-boost --prefix=$HOME/my-prefix --build-dir=my-build --with-bash-completiondir CXXFLAGS='-Os -s'; fi
7878 - if [[ $OSX && $CLANG && $DYNAMIC ]]; then ./install.sh --with-secp256k1 --without-openssl --with-bash-completiondir; fi
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ BITCOIN_OPTIONS=\
237237# ------------------------------------------------------------------------------
238238BITCOIN_CONSENSUS_OPTIONS=\
239239" --without-tests " \
240+ " ${with_boost} " \
240241" ${with_pkgconfigdir} "
241242
242243# Define bitcoin-blockchain options.
You can’t perform that action at this time.
0 commit comments