bitchx: specify plugins to build
bitchx has no "--disable-plugin" option, so this is the next best way to disable plugins that won't build (e.g. europa). Fixes Homebrew/homebrew#31282. Closes Homebrew/homebrew#31284. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
55f7e2a336
commit
2477ed3674
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Bitchx < Formula
|
|||
args = %W{
|
||||
--prefix=#{prefix}
|
||||
--with-ssl
|
||||
--with-plugins
|
||||
--with-plugins=acro,aim,arcfour,amp,autocycle,blowfish,cavlink,encrypt,fserv,hint,identd,nap,pkga,possum,qbx,qmail
|
||||
--enable-ipv6
|
||||
--mandir=#{man}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue