1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/libgdata/only-ipv4-tests.patch
Rasmus Thomsen b4d01daa0a community/libgdata: enable GOA and GNOME integration, required for gvfs
* Modernize APKBUILD
* Adopt package
* Fix URL&License

Closes GH-7597
2019-06-02 15:18:54 +00:00

13 lines
589 B
Diff

diff --git a/gdata/tests/streams.c b/gdata/tests/streams.c
index 7158754..1763bd9 100644
--- a/gdata/tests/streams.c
+++ b/gdata/tests/streams.c
@@ -193,7 +193,7 @@ create_server (SoupServerCallback callback, gpointer user_data, GMainLoop **main
g_main_context_push_thread_default (context);
soup_server_listen_local (server, 0 /* random port */,
- SOUP_SERVER_LISTEN_HTTPS, &error);
+ SOUP_SERVER_LISTEN_HTTPS | SOUP_SERVER_LISTEN_IPV4_ONLY, &error);
g_assert_no_error (error);
g_main_context_pop_thread_default (context);