telephony/net/coturn
Sergey V. Lobanov ba23b92974 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>
2022-02-01 19:49:03 +03:00
..
files coturn: new package 2021-12-08 16:58:44 +01:00
patches coturn: add patch for not linking libintl 2021-12-30 22:23:12 +01:00
Makefile coturn: fix build on macos 2022-02-01 19:49:03 +03:00