diff options
| author | Jack Nagel | 2014-05-23 15:40:19 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-23 15:40:22 -0500 |
| commit | dbfa5e3219b383d5f6df2185806d07504c500b0a (patch) | |
| tree | ab97fed79116426cb41f876cd509146d01c0f5ab /Library | |
| parent | 2fe227a3c54c572b94a9b44deeccaf31b8990a3f (diff) | |
| download | homebrew-dbfa5e3219b383d5f6df2185806d07504c500b0a.tar.bz2 | |
ircd-hybrid: remove unrecognized configure switch
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ircd-hybrid.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/ircd-hybrid.rb b/Library/Formula/ircd-hybrid.rb index 7ff1c11cd..e551e29c1 100644 --- a/Library/Formula/ircd-hybrid.rb +++ b/Library/Formula/ircd-hybrid.rb @@ -17,9 +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" + "--enable-openssl=#{Formula["openssl"].opt_prefix}" system "make install" etc.install "doc/reference.conf" => "ircd.conf" end |
