diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-03-12 20:26:57 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-03-12 20:31:17 +0100 |
commit | f38ed16bd83f84025945271f3a6d660ab0438bfa (patch) | |
tree | 943ead941e970962dfb1c63903ba18c0e328a684 /net-im/ejabberd | |
parent | media-gfx/tuxpaint-stamps: Stabilize 20230402 amd64, #926851 (diff) | |
download | gentoo-f38ed16bd83f84025945271f3a6d660ab0438bfa.tar.gz gentoo-f38ed16bd83f84025945271f3a6d660ab0438bfa.tar.bz2 gentoo-f38ed16bd83f84025945271f3a6d660ab0438bfa.zip |
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>
Diffstat (limited to 'net-im/ejabberd')
-rw-r--r-- | net-im/ejabberd/ejabberd-24.02-r1.ebuild (renamed from net-im/ejabberd/ejabberd-24.02.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/ejabberd/ejabberd-24.02.ebuild b/net-im/ejabberd/ejabberd-24.02-r1.ebuild index 1a918b3c7001..c6595ebb5cd8 100644 --- a/net-im/ejabberd/ejabberd-24.02.ebuild +++ b/net-im/ejabberd/ejabberd-24.02-r1.ebuild @@ -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) \ |