From 32647df08762d35954a0449cbf9762716d4eea39 Mon Sep 17 00:00:00 2001 From: James Wheare Date: Wed, 19 Sep 2012 01:12:01 +0100 Subject: ircd-hybrid: Bump up the nickname limit to something airier. There's no config setting for this, so we need to compile it in to something generous and useful Closes #15005. Signed-off-by: Max Howell --- Library/Formula/ircd-hybrid.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ircd-hybrid.rb b/Library/Formula/ircd-hybrid.rb index f46d3bd6a..82c0364bc 100644 --- a/Library/Formula/ircd-hybrid.rb +++ b/Library/Formula/ircd-hybrid.rb @@ -14,7 +14,9 @@ class IrcdHybrid < Formula system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", - "--localstatedir=#{var}" + "--localstatedir=#{var}", + # there's no config setting for this so set it to something generous + "--with-nicklen=30" system "make install" end -- cgit v1.2.3