mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 19:14:34 +04:00
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>
23 lines
544 B
Diff
23 lines
544 B
Diff
From 2132a1a8eecb3460b8c2e4a7201e3254dc420179 Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Kemper <sebastian_ml@gmx.net>
|
|
Date: Sun, 26 Dec 2021 15:47:41 +0100
|
|
Subject: [PATCH] configure: don't link in libintl
|
|
|
|
libintl isn't used, so there is no need to link coturn to it.
|
|
|
|
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|
---
|
|
configure | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -699,7 +699,6 @@ if ! [ ${ER} -eq 0 ] ; then
|
|
echo "CYGWIN ?"
|
|
fi
|
|
testlib wldap64
|
|
-testlib intl
|
|
testlib nsl
|
|
testlib resolv
|
|
|