coturn: add patch for not linking libintl 725/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 25 Dec 2021 19:48:49 +0000 (20:48 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 30 Dec 2021 21:23:12 +0000 (22:23 +0100)
commitf2a745c472c71500836a19c4db51960a0d3412b7
tree454b589799442d8808fbedd0592a83b1cfa92aee
parent8c563cb3d8c6dab01d9d0742a3f4661b2ef13f53
coturn: add patch for not linking libintl

If there is enabled CONFIG_BUILD_NLS, coturn can not be compiled.
It fails with the following error:

Package coturn is missing dependencies for the following libraries:
libintl.so.8

But thanks to @micmac1, it was realized that libintl
is not used anywhere in coturn, that's why there was sent PR to upstream.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
net/coturn/Makefile
net/coturn/patches/100-configure-dont-link-libintl.patch [new file with mode: 0644]