mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
prosody: rebuild against libidn-1.35_1
This commit is contained in:
parent
90865a8457
commit
e92d4dab2a
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'prosody'
|
# Template file for 'prosody'
|
||||||
pkgname=prosody
|
pkgname=prosody
|
||||||
version=0.10.3
|
version=0.10.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--ostype=linux
|
--ostype=linux
|
||||||
|
@ -17,8 +17,6 @@ conf_files="
|
||||||
/etc/prosody/certs/localhost.cnf
|
/etc/prosody/certs/localhost.cnf
|
||||||
/etc/prosody/certs/openssl.cnf
|
/etc/prosody/certs/openssl.cnf
|
||||||
/etc/prosody/certs/Makefile"
|
/etc/prosody/certs/Makefile"
|
||||||
system_accounts="prosody"
|
|
||||||
prosody_homedir="/var/lib/prosody"
|
|
||||||
make_dirs="/var/lib/prosody 0755 prosody prosody"
|
make_dirs="/var/lib/prosody 0755 prosody prosody"
|
||||||
makedepends="lua51-devel libressl-devel libidn-devel"
|
makedepends="lua51-devel libressl-devel libidn-devel"
|
||||||
depends="luasocket luafilesystem luaexpat lua51-luasec lua51-BitOp"
|
depends="luasocket luafilesystem luaexpat lua51-luasec lua51-BitOp"
|
||||||
|
@ -28,6 +26,8 @@ license="MIT"
|
||||||
homepage="https://prosody.im/"
|
homepage="https://prosody.im/"
|
||||||
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
|
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
|
||||||
checksum=0c72e221aa0bb2e6cd990a3cff72ee28d3d519493915dadde0e8eebb0b3f1871
|
checksum=0c72e221aa0bb2e6cd990a3cff72ee28d3d519493915dadde0e8eebb0b3f1871
|
||||||
|
system_accounts="prosody"
|
||||||
|
prosody_homedir="/var/lib/prosody"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) CFLAGS="-DWITHOUT_MALLINFO" ;;
|
*-musl) CFLAGS="-DWITHOUT_MALLINFO" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue