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 93a35dd56..e84421146 100644
--- a/Library/Formula/freetds.rb
+++ b/Library/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}
]