freetds: remove options
This commit is contained in:
parent
251ad012f6
commit
a4f3fb10c1
1 changed files with 0 additions and 6 deletions
|
@ -19,8 +19,6 @@ class Freetds < Formula
|
|||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
option "with-msdblib", "Enable Microsoft behavior in the DB-Library API where it diverges from Sybase's"
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl"
|
||||
depends_on "unixodbc"
|
||||
|
@ -38,10 +36,6 @@ class Freetds < Formula
|
|||
--enable-odbc-wide
|
||||
]
|
||||
|
||||
if build.with? "msdblib"
|
||||
args << "--enable-msdblib"
|
||||
end
|
||||
|
||||
if build.head?
|
||||
system "./autogen.sh", *args
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue