From cce05e4f5faa101d147f65a52cf60a5e6a4aecff Mon Sep 17 00:00:00 2001 From: eugene Date: Sun, 4 Dec 2016 20:20:14 +0200 Subject: [PATCH] rollback #396: the solution doesn't work on another machine. --- doc/build-osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index c6ba263c..4b6876ef 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -54,7 +54,7 @@ Instructions: Homebrew 2. Build twister using autotool ./autotool.sh - ./configure --enable-logging --with-openssl=/usr/local/opt/openssl + ./configure --enable-logging --with-openssl=/usr/local/opt/openssl --with-libdb=/usr/local/opt/berkeley-db4 make (If you have multi core CPU, use "make -j N" where N = the number of your cores)