- Mar 03, 2024
-
-
Jakub Jirutka authored
Allow users to disable supervise-daemon or use another supervisor via conf.d file.
-
Jakub Jirutka authored
-
Jakub Jirutka authored
There's a typo (zstd instead of bz2), so it never really worked, but the package is linked against system bz2, which means it's not needed anymore.
-
Sören Tempel authored
-
-
-
-
-
-
- compile with system rebar3 instead of mix, as mix sets the version as ejabberd 24.2.0 - disable tools, which requires erlang-observer as dependency, or else ejabberd won't start
-
Kevin Daudt authored
Go does not support internal linking while -buildmode=pie on riscv64. Enable CGO on riscv64 as well. See: https://github.com/golang/go/issues/65646
-
Kevin Daudt authored
qt5-qtwebingine is missing
-
omni authored
-
- Mar 02, 2024
-
-
-
-
omni authored
-
-
Andy Postnikov authored
-
Milan P. Stanić authored
-
-
See #15809
-
Also add a -doc subpackage for the license.
-
-
-
-
-
-
-
-
Sören Tempel authored
-
Sören Tempel authored
See: #15809
-
Milan P. Stanić authored
-
Kevin Daudt authored
For riscv64, go does not support internal linking with `-buildmode=pie`. Before go1.22, it was silently accepted, but since go1.22, it's failing to build. Unless there is a good reason, we prefer to build with CGO, so remove the hardcoded flag in the Makefile.
-