coturn: improve reproducibility (Ubuntu build host fix)
authorSergey V. Lobanov <sergey@lobanov.in>
Tue, 1 Feb 2022 16:26:38 +0000 (19:26 +0300)
committerSergey V. Lobanov <sergey@lobanov.in>
Tue, 1 Feb 2022 16:26:38 +0000 (19:26 +0300)
commit8a4daac339156695a32aa0207c154ed17fb2f811
tree05bd05c28f7fdb7dfceca961cdd4c792908d1843
parent51e62de1821e28c574da3158c73d9e32596f5d4c
coturn: improve reproducibility (Ubuntu build host fix)

coturn package is reproducible unless the build OS is Ubuntu

coturn configure script detects Ubuntu build host([1]) and changes
compilation flags so produced OpenWrt binaries are different on
Ubuntu and any other build OS (e.g. Debian). It might be necessary
for native build but this check is not valid for cross-compiling.

This patch set LIBEV_OK=1 to generate the same binaries on Ubuntu
and other build OS

Refs:
[1] https://github.com/coturn/coturn/blob/upstream/4.5.2/configure#L426-L435

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