mongo-c: add comment
This commit is contained in:
parent
e1d74551e8
commit
ee33b0e55a
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class MongoC < Formula
|
|||
depends_on "openssl"
|
||||
|
||||
def install
|
||||
# --enable-sasl=no: https://jira.mongodb.org/browse/CDRIVER-447
|
||||
system "./configure", "--prefix=#{prefix}", "--enable-sasl=no"
|
||||
system "make", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue