File tree 1 file changed +3
-3
lines changed 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.
25
25
** Important** : From OpenBSD 6.2 onwards a C++11-supporting clang compiler is
26
26
part of the base image, and while building it is necessary to make sure that
27
27
this 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.
30
30
31
31
### Building BerkeleyDB
32
32
@@ -84,7 +84,7 @@ To configure with wallet:
84
84
85
85
To configure without wallet:
86
86
``` 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
88
88
```
89
89
90
90
To configure with GUI:
You can’t perform that action at this time.
0 commit comments