diff options
author | Sadie Powell <sadie@witchery.services> | 2021-06-09 04:20:09 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-06-09 04:20:09 +0100 |
commit | 3766337fcb3bef277d1fa6a116ea812a27848ab4 (patch) | |
tree | fc29ec1b6cf7fce380643f1426d2a8c44a8cd521 /make/configure.pm | |
parent | d298378b3d7b6e60afe199739e26db93960a89c4 (diff) |
Add the --disable-ownership option to help packagers out.
Diffstat (limited to 'make/configure.pm')
-rw-r--r-- | make/configure.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/configure.pm b/make/configure.pm index a49ad1318..ce3988c9b 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -160,6 +160,7 @@ non-interactive configuration is started and any omitted values are defaulted. <|BOLD --disable-auto-extras|> Disables automatically enabling extra modules for which the dependencies are available. <|BOLD --disable-interactive|> Disables the interactive configuration wizard. + <|BOLD --disable-ownership|> Disables setting file ownership on install. <|BOLD --distribution-label <TEXT>|> Sets a distribution specific version label in the build configuration. <|BOLD --gid <ID|NAME>|> Sets the group to run InspIRCd as. |