File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ See [dependencies.md](dependencies.md) for a complete overview.
2525** Important** : From OpenBSD 6.2 onwards a C++11-supporting clang compiler is
2626part of the base image, and while building it is necessary to make sure that
2727this compiler is used and not ancient g++ 4.2.1. This is done by appending
28- ` CC=cc CC_FOR_BUILD=cc CXX=c++ ` to configuration commands. Mixing different
29- compilers within the same executable will result in errors.
28+ ` CC=cc CXX=c++ ` to configuration commands. Mixing different compilers within
29+ the same executable will result in errors.
3030
3131### Building BerkeleyDB
3232
@@ -84,7 +84,7 @@ To configure with wallet:
8484
8585To configure without wallet:
8686``` bash
87- ./configure --disable-wallet --with-gui=no --disable-external-signer CC=cc CC_FOR_BUILD=cc CXX=c++ MAKE=gmake
87+ ./configure --disable-wallet --with-gui=no --disable-external-signer CC=cc CXX=c++ MAKE=gmake
8888```
8989
9090To configure with GUI:
You can’t perform that action at this time.
0 commit comments