net-im/ejabberd: pass --with-rebar=rebar to use rebar 2

ejabberd 24.02 started to use rebar 3 as default build system. This
broke the ebuild, since rebar.eclass sill uses rebar 2. Passing
--with-rebar=rebar switches this back to rebar 2.

Thanks to Holger Weiß for pointing this out.

Closes: https://bugs.gentoo.org/926799
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus 2024-03-12 20:26:57 +01:00
parent 8de7dee5c2
commit f38ed16bd8
No known key found for this signature in database
GPG Key ID: 2239A7E8F5852052
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ src_configure() {
--docdir="${EPREFIX}/usr/share/doc/${PF}/html" \
--localstatedir="${EPREFIX}/var" \
--enable-user=${PN} \
--with-rebar=rebar \
$(use_enable debug) \
$(use_enable full-xml) \
$(use_enable mssql) \