Skip to content

Commit 311a423

Browse files
committed
[contrib] Use BDB_LIBS/CFLAGS in install_db4
1 parent 5691028 commit 311a423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/install_db4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ echo
8383
echo 'When compiling bitcoind, run `./configure` in the following way:'
8484
echo
8585
echo " export BDB_PREFIX='${BDB_PREFIX}'"
86-
echo ' ./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" ...'
86+
echo ' ./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" ...'

0 commit comments

Comments
 (0)