Skip to content

Commit bb0b39c

Browse files
committed
Merge bitcoin/bitcoin#24524: doc: remove Boost LDFLAGS from netBSD build docs
8336a06 doc: remove Boost LDFLAGS from netBSD build docs (fanquake) Pull request description: We no-longer link against any Boost libs, so we shouldn't need to use any Boost linker flags. ACKs for top commit: hebasto: ACK 8336a06, I have reviewed the code and it looks OK, I agree it can be merged. Also verified that there is no other usage of `BOOST_LDFLAGS` in our codebase or documentation. Tree-SHA512: b7814d10cee789903cb3c613631e184a72f5766cda85261b5f99f9ac207348a2a49c92494c8c1d50163494f6b755c503cf51bf083b31f564dae1b0f493c54c2e
2 parents ce1fabe + 8336a06 commit bb0b39c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/build-netbsd.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ With wallet:
5757
./configure --with-gui=no CPPFLAGS="-I/usr/pkg/include" \
5858
LDFLAGS="-L/usr/pkg/lib" \
5959
BOOST_CPPFLAGS="-I/usr/pkg/include" \
60-
BOOST_LDFLAGS="-L/usr/pkg/lib" \
6160
BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" \
6261
BDB_CFLAGS="-I${BDB_PREFIX}/include" \
6362
MAKE=gmake
@@ -70,7 +69,6 @@ Without wallet:
7069
CPPFLAGS="-I/usr/pkg/include" \
7170
LDFLAGS="-L/usr/pkg/lib" \
7271
BOOST_CPPFLAGS="-I/usr/pkg/include" \
73-
BOOST_LDFLAGS="-L/usr/pkg/lib" \
7472
MAKE=gmake
7573
```
7674

0 commit comments

Comments
 (0)