aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/unbound.rb6
1 files changed, 4 insertions, 2 deletions
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