From 8466448d35e68af9c60c2df3c15f6ed9a42725fa Mon Sep 17 00:00:00 2001 From: gubatron Date: Wed, 15 Jan 2014 15:19:19 -0500 Subject: [PATCH] make sure BDB_INCLUDE_PATH is in the PATH for Mac users as it can be in conflict with existing BDB installation. --- doc/build-osx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/build-osx.md b/doc/build-osx.md index 02cb42db..23ebda38 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -73,6 +73,7 @@ Instead, it's enough to make sure the right openssl binary is on your $PATH: export BOOST_LIB_SUFFIX=-mt export LDFLAGS="-L$OPENSSL_LIB_PATH -L$BDB_LIB_PATH -L$BOOST_LIB_PATH" export CPPFLAGS="-I$OPENSSL_INCLUDE_PATH -I$BDB_INCLUDE_PATH -I$BOOST_INCLUDE_PATH" + export PATH=${BDB_INCLUDE_PATH}:${PATH} 3. Build libtorrent