diff options
| author | Jack Nagel | 2014-05-23 15:31:16 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-23 15:31:16 -0500 |
| commit | 2fe227a3c54c572b94a9b44deeccaf31b8990a3f (patch) | |
| tree | 74856dc668451447db3e79eae7911800e6769f41 /Library/Formula | |
| parent | 2d1504983ccea79d5b6fec0cd0a93ae5018cfaaa (diff) | |
| download | homebrew-2fe227a3c54c572b94a9b44deeccaf31b8990a3f.tar.bz2 | |
ircd-hybrid: always use Homebrew's openssl
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ircd-hybrid.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ircd-hybrid.rb b/Library/Formula/ircd-hybrid.rb index c9b6f378f..7ff1c11cd 100644 --- a/Library/Formula/ircd-hybrid.rb +++ b/Library/Formula/ircd-hybrid.rb @@ -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 @@ -18,6 +17,7 @@ class IrcdHybrid < Formula "--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" |
