Skip to content

Commit

Permalink
add SSL support & build against homebrew openssl
Browse files Browse the repository at this point in the history
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
augmentedfourth authored and MikeMcQuaid committed Jan 21, 2014
1 parent 3894f55 commit 358ea7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/irssi.rb
Expand Up @@ -10,6 +10,7 @@ class Irssi < Formula
depends_on :clt # See https://github.com/Homebrew/homebrew/issues/20952
depends_on 'pkg-config' => :build
depends_on 'glib'
depends_on 'openssl'

devel do
url 'http://irssi.org/files/irssi-0.8.16-rc1.tar.gz'
Expand All @@ -23,6 +24,7 @@ def install
args =%W[
--prefix=#{prefix}
--sysconfdir=#{etc}
--enable-ssl
--with-bot
--with-proxy
--enable-ipv6
Expand Down

0 comments on commit 358ea7b

Please sign in to comment.