From 87348f4f41fb035e62c6812e70d075b1d4e01ab7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 28 Oct 2014 23:09:48 -0500 Subject: mongo-c: add comment --- Library/Formula/mongo-c.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3