aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 6e6033cf3..2681bb494 100644
--- a/Library/Formula/freetds.rb
+++ b/Library/Formula/freetds.rb
@@ -6,7 +6,7 @@ class Freetds < Formula
md5 '3df6b2e83fd420e90f1becbd1162990a'
def install
- system "./configure", "--prefix=#{prefix}", "--with-tdsver=7.0", "--enable-msdblib", "--mandir=#{man}"
+ system "./configure", "--prefix=#{prefix}", "--with-tdsver=8.0", "--enable-msdblib", "--mandir=#{man}"
system 'make'
system 'make install'
end