mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
coturn: update to 4.5.1.3.
This commit is contained in:
parent
716a70bf22
commit
1ab3810ef8
1 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'coturn'
|
||||
pkgname=coturn
|
||||
version=4.5.1.1
|
||||
revision=4
|
||||
version=4.5.1.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
conf_files="/etc/turnserver.conf"
|
||||
makedepends="libressl-devel libevent-devel hiredis-devel sqlite-devel
|
||||
|
@ -11,7 +11,13 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/coturn/coturn"
|
||||
distfiles="https://github.com/coturn/coturn/archive/${version}.tar.gz"
|
||||
checksum=8eabe4c241ad9a74655d8516c69b1fa3275e020e7f7fca50a6cb822809e7c220
|
||||
checksum=4ff1f8c041ac71445018d81321d4b66e5dce4f171ef73a348d858dc9a0cc1cce
|
||||
|
||||
post_patch() {
|
||||
# LibreSSL does not support FIPS mode
|
||||
vsed -i src/client/ns_turn_msg.c \
|
||||
-e 's/^#ifdef EVP_MD_CTX_FLAG_NON_FIPS_ALLOW$/#if 0/'
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
# configure script does not like /usr when cross-building
|
||||
|
|
Loading…
Add table
Reference in a new issue