From 973b55e51f4a4eebb8525a5e479c4c3c9a726484 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Thu, 10 Oct 2013 11:25:56 -0700 Subject: [PATCH] freetds: fix --with-openssl path Fixes Homebrew/homebrew#23182. --- Formula/freetds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/freetds.rb b/Formula/freetds.rb index 93a35dd566..e844211463 100644 --- a/Formula/freetds.rb +++ b/Formula/freetds.rb @@ -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} ]