From 8c6fde3f2301db51a2633a378e81864f84c2153c Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 21 Oct 2013 13:52:23 -0700 Subject: [PATCH] lynx: fix --with-ssl for Xcode-only Fixes Homebrew/homebrew#23423. --- Formula/lynx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/lynx.rb b/Formula/lynx.rb index 392e52cdb3..68094bcf75 100644 --- a/Formula/lynx.rb +++ b/Formula/lynx.rb @@ -12,7 +12,7 @@ class Lynx < Formula "--disable-echo", "--with-zlib", "--with-bzlib", - "--with-ssl=/usr", + "--with-ssl=#{MacOS.sdk_path}/usr", "--enable-ipv6" system "make install" end