summaryrefslogtreecommitdiff
path: root/user/gmime/3.2.3-broken-tests.patch
diff options
context:
space:
mode:
authorLuis Ressel <aranea@aixah.de>2019-03-12 20:33:31 +0100
committerLuis Ressel <aranea@aixah.de>2019-03-12 20:35:45 +0100
commit2937b5a1e251b2f245f24f625ed686e0ceec2b94 (patch)
tree8d9d221f9234b079d74bb7a9a720a9dcb5f59a95 /user/gmime/3.2.3-broken-tests.patch
parent38ca9a607e5957cc0e62d69885e17eaab734ef47 (diff)
downloadpackages-2937b5a1e251b2f245f24f625ed686e0ceec2b94.tar.gz
packages-2937b5a1e251b2f245f24f625ed686e0ceec2b94.tar.bz2
packages-2937b5a1e251b2f245f24f625ed686e0ceec2b94.tar.xz
packages-2937b5a1e251b2f245f24f625ed686e0ceec2b94.zip
user/gmime: New package
Diffstat (limited to 'user/gmime/3.2.3-broken-tests.patch')
-rw-r--r--user/gmime/3.2.3-broken-tests.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/user/gmime/3.2.3-broken-tests.patch b/user/gmime/3.2.3-broken-tests.patch
new file mode 100644
index 000000000..219580761
--- /dev/null
+++ b/user/gmime/3.2.3-broken-tests.patch
@@ -0,0 +1,31 @@
+From e62f2a250092fc30ebe242c6acbf46320c1d0891 Mon Sep 17 00:00:00 2001
+From: Luis Ressel <aranea@aixah.de>
+Date: Mon, 25 Feb 2019 07:34:54 +0100
+Subject: [PATCH] Disable broken tests
+
+test-iconv relies on an glibc-specific iso-2022-jp encoding behaviour;
+test-filters uses the UTF-8 --> EUC-KR conversion which is not
+supported by musl.
+---
+ tests/Makefile.am | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/tests/Makefile.am b/tests/Makefile.am
+index 9a2ee8d..f59c8ed 100644
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -10,11 +10,9 @@ AM_CPPFLAGS = \
+ $(GLIB_CFLAGS)
+
+ AUTOMATED_TESTS = \
+- test-iconv \
+ test-streams \
+ test-cat \
+ test-encodings \
+- test-filters \
+ test-headers \
+ test-mime-part \
+ test-partial \
+--
+2.19.2
+