mirror of
https://github.com/openwrt/telephony.git
synced 2025-05-02 11:51:16 +08:00
Merge pull request #734 from svlobanov/coturn-repro-and-macos-build-fix
coturn: improve reproducibility and fix build on macos
This commit is contained in:
commit
ab94e2c73e
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=coturn
|
PKG_NAME:=coturn
|
||||||
PKG_VERSION:=4.5.2
|
PKG_VERSION:=4.5.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/coturn/coturn/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/coturn/coturn/tar.gz/$(PKG_VERSION)?
|
||||||
@ -129,6 +129,8 @@ CONFIGURE_ARGS+= \
|
|||||||
--turndbdir=/etc/turnserver
|
--turndbdir=/etc/turnserver
|
||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
|
ARCHIVERCMD="$(TARGET_AR) -r" \
|
||||||
|
LIBEV_OK=1 \
|
||||||
TURN_NO_PROMETHEUS=1 \
|
TURN_NO_PROMETHEUS=1 \
|
||||||
TURN_NO_SCTP=1 \
|
TURN_NO_SCTP=1 \
|
||||||
TURN_NO_SYSTEMD=1 \
|
TURN_NO_SYSTEMD=1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user