logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mbuild-hybrid — easily build ircd-hybrid v7 modules from source

Author

       This manual page was written by Joshua Kwan <joshk@triplehelix.org> and is licensed under the GNU General
       Public License, version 2 or later.

                                                                                                   hybrid-dev(1)

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]

See Also