freetds: fix --with-openssl path

Fixes Homebrew/homebrew#23182.
master
Misty De Meo 2013-10-10 11:25:56 -07:00
parent 53af6a9117
commit 973b55e51f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Freetds < Formula
system "autoreconf -i" if build.head?
args = %W[--prefix=#{prefix}
--with-openssl=/usr/bin
--with-openssl=#{MacOS.sdk_path}/usr
--with-tdsver=7.1
--mandir=#{man}
]