mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ejabberd: rebuild for openssl3
This commit is contained in:
parent
bb01f872a0
commit
866d908736
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ejabberd'
|
# Template file for 'ejabberd'
|
||||||
pkgname=ejabberd
|
pkgname=ejabberd
|
||||||
version=22.05
|
version=22.05
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-odbc --enable-mysql --enable-pgsql --enable-pam
|
configure_args="--enable-odbc --enable-mysql --enable-pgsql --enable-pam
|
||||||
--enable-redis --enable-elixir $(vopt_enable sqlite)"
|
--enable-redis --enable-elixir $(vopt_enable sqlite)"
|
||||||
|
@ -16,6 +16,9 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://www.process-one.net/en/ejabberd/"
|
homepage="https://www.process-one.net/en/ejabberd/"
|
||||||
distfiles="https://github.com/processone/ejabberd/archive/${version}.tar.gz"
|
distfiles="https://github.com/processone/ejabberd/archive/${version}.tar.gz"
|
||||||
checksum=b8e93b51ae3cb650a2870fae1b6705404bb155289e97be7e9a54961a9effb959
|
checksum=b8e93b51ae3cb650a2870fae1b6705404bb155289e97be7e9a54961a9effb959
|
||||||
|
# when building with parallel:
|
||||||
|
# cp: cannot stat 'lib/mix/ebin': No such file or directory
|
||||||
|
disable_parallel_build=yes
|
||||||
|
|
||||||
build_options="sqlite"
|
build_options="sqlite"
|
||||||
build_options_default="sqlite"
|
build_options_default="sqlite"
|
||||||
|
|
Loading…
Add table
Reference in a new issue