Skip to content

Commit

Permalink
[contrib] Use BDB_LIBS/CFLAGS in install_db4
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Jan 5, 2018
1 parent 5691028 commit 311a423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/install_db4.sh
Expand Up @@ -83,4 +83,4 @@ echo
echo 'When compiling bitcoind, run `./configure` in the following way:'
echo
echo " export BDB_PREFIX='${BDB_PREFIX}'"
echo ' ./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" ...'
echo ' ./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" ...'

0 comments on commit 311a423

Please sign in to comment.