1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/pidgin-sipe/asc.patch
2023-02-02 21:03:55 +01:00

14 lines
452 B
Diff

musl doesn't recognise the alternate name for ascii
diff --git a/src/core/sip-sec-ntlm.c b/src/core/sip-sec-ntlm.c
index 2e2354f..7679e33 100644
--- a/src/core/sip-sec-ntlm.c
+++ b/src/core/sip-sec-ntlm.c
@@ -297,7 +297,7 @@ struct authenticate_message {
#ifdef __sun__
static char SIPE_DEFAULT_CODESET[] = "US-ASCII";
#else
-static char SIPE_DEFAULT_CODESET[] = "ANSI_X3.4-1968";
+static char SIPE_DEFAULT_CODESET[] = "US-ASCII";
#endif
#endif