mbuild-hybrid — easily build ircd-hybrid v7 modules from source
Contents
Description
mbuild-hybrid is a program that simplifies compiling ircd-hybrid modules from source. One may specify
output path and CFLAGS to use when building a module; the defaults for each are described below.
It goes without saying that mbuild-hybrid won't run without something in the -s option.
Name
mbuild-hybrid — easily build ircd-hybrid v7 modules from source
Options
-ssourcefile
Source file to build the module with. The output filename will be this name, s/.c/.so/.
-pinstallpath
Install path for the module. This defauls to /usr/lib/ircd-hybrid/modules, the module search
path for Debian's ircd-hybrid.
-obuildopts
This should be quoted if more than one argument; this will be appended to the default CFLAGS,
which are simply '-g -Wall '.
See Also
ircd-hybrid(8)
Synopsis
mbuild-hybrid [-ssourcefile][-pinstallpath][-obuildopts]
