From ea3eea82a74bb8636e1d01924fc3369c54770bee Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 9 Dec 2014 12:23:52 -0500 Subject: unbound: specify path to openssl Fixes #34827. --- Library/Formula/unbound.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/unbound.rb b/Library/Formula/unbound.rb index e6946c167..4a88c255f 100644 --- a/Library/Formula/unbound.rb +++ b/Library/Formula/unbound.rb @@ -15,8 +15,10 @@ class Unbound < Formula end def install - system "./configure", "--prefix=#{prefix}", "--with-libevent=#{Formula["libevent"].opt_prefix}", - "--sysconfdir=#{etc}" + system "./configure", "--prefix=#{prefix}", + "--sysconfdir=#{etc}", + "--with-libevent=#{Formula["libevent"].opt_prefix}", + "--with-ssl=#{Formula["openssl"].opt_prefix}" system "make", "install" end -- cgit v1.2.3