coturn: add patch for not linking libintl
[feed/telephony.git] / net / coturn / patches / 100-configure-dont-link-libintl.patch
1 From 2132a1a8eecb3460b8c2e4a7201e3254dc420179 Mon Sep 17 00:00:00 2001
2 From: Sebastian Kemper <sebastian_ml@gmx.net>
3 Date: Sun, 26 Dec 2021 15:47:41 +0100
4 Subject: [PATCH] configure: don't link in libintl
5
6 libintl isn't used, so there is no need to link coturn to it.
7
8 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
9 ---
10 configure | 1 -
11 1 file changed, 1 deletion(-)
12
13 --- a/configure
14 +++ b/configure
15 @@ -699,7 +699,6 @@ if ! [ ${ER} -eq 0 ] ; then
16 echo "CYGWIN ?"
17 fi
18 testlib wldap64
19 -testlib intl
20 testlib nsl
21 testlib resolv
22