aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mongo-c.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mongo-c.rb b/Library/Formula/mongo-c.rb
index 5bc00cf29..84e514b04 100644
--- a/Library/Formula/mongo-c.rb
+++ b/Library/Formula/mongo-c.rb
@@ -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