mongodb: properly add with-sasl option.
Closes Homebrew/homebrew#46791. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
473142761b
commit
5a7dbb36c8
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class Mongodb < Formula
|
|||
end
|
||||
|
||||
option "with-boost", "Compile using installed boost, not the version shipped with mongodb"
|
||||
option "with-sasl", "Compile with SASL support"
|
||||
|
||||
needs :cxx11
|
||||
|
||||
|
|
Loading…
Reference in a new issue