Skip to content

Commit

Permalink
ircd-hybrid: always use Homebrew's openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed May 23, 2014
1 parent 2ac19ff commit 00a825c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/ircd-hybrid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ class IrcdHybrid < Formula
# ircd-hybrid needs the .la files
skip_clean :la

# system openssl fails with undefined symbols: "_SSL_CTX_clear_options"
depends_on 'openssl' if MacOS.version < :lion
depends_on 'openssl'

def install
ENV.j1 # build system trips over itself
Expand All @@ -18,6 +17,7 @@ def install
"--prefix=#{prefix}",
"--localstatedir=#{var}",
"--sysconfdir=#{etc}",
"--enable-openssl=#{Formula["openssl"].opt_prefix}",
# there's no config setting for this so set it to something generous
"--with-nicklen=30"
system "make install"
Expand Down

0 comments on commit 00a825c

Please sign in to comment.