From dc2c2f79720c3a18f7ccd1d59c2964fe027136ae Mon Sep 17 00:00:00 2001 From: Rommel G Custodio Date: Wed, 12 Mar 2014 20:59:51 +0900 Subject: tokyo-cabinet: fix compile error Removed the "--enable-fastest" option. The option causes a compile error using the latest XCode tools. Closes #27465. --- Library/Formula/tokyo-cabinet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/tokyo-cabinet.rb b/Library/Formula/tokyo-cabinet.rb index 83624e1e6..dd32c03ab 100644 --- a/Library/Formula/tokyo-cabinet.rb +++ b/Library/Formula/tokyo-cabinet.rb @@ -7,7 +7,7 @@ class TokyoCabinet < Formula sha256 'a003f47c39a91e22d76bc4fe68b9b3de0f38851b160bbb1ca07a4f6441de1f90' def install - system "./configure", "--prefix=#{prefix}", "--enable-fastest" + system "./configure", "--prefix=#{prefix}" system "make" system "make install" end -- cgit v1.2.3