aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/freetds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/freetds.rb b/Library/Formula/freetds.rb
index 5d873cf28..4df487934 100644
--- a/Library/Formula/freetds.rb
+++ b/Library/Formula/freetds.rb
@@ -6,7 +6,7 @@ class Freetds < Formula
md5 'b14db5823980a32f0643d1a84d3ec3ad'
def install
- system "./configure", "--prefix=#{prefix}", "--with-tdsver=8.0", "--enable-msdblib", "--mandir=#{man}"
+ system "./configure", "--prefix=#{prefix}", "--with-tdsver=7.1", "--mandir=#{man}"
system 'make'
system 'make install'
end