coturn: fix build on macos 734/head
authorSergey V. Lobanov <sergey@lobanov.in>
Tue, 1 Feb 2022 16:49:03 +0000 (19:49 +0300)
committerSergey V. Lobanov <sergey@lobanov.in>
Tue, 1 Feb 2022 16:49:03 +0000 (19:49 +0300)
commitba23b92974db49fd7a32437e1aedd87d4cc75069
treeff9ee0f987e817fb6d6b438d61ff3aab7a06edb1
parent8a4daac339156695a32aa0207c154ed17fb2f811
coturn: fix build on macos

coturn build fails on macos due using `ar -r` by default, but macos
system `ar` is not compatible with the objects generated by OpenWrt
GCC toolchain.

This patch redefines ARCHIVERCMD="$(TARGET_AR) -r" to make it possible
to build coturn on macos build host.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
net/coturn/Makefile