diff options
Diffstat (limited to 'system/glib-networking/proxy-test.patch')
-rw-r--r-- | system/glib-networking/proxy-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/glib-networking/proxy-test.patch b/system/glib-networking/proxy-test.patch new file mode 100644 index 000000000..2cab5d9f6 --- /dev/null +++ b/system/glib-networking/proxy-test.patch @@ -0,0 +1,13 @@ +--- ./Makefile.am.orig ++++ ./Makefile.am +@@ -11,9 +11,9 @@ + + if HAVE_GNOME_PROXY + SUBDIRS += proxy/gnome ++SUBDIRS += proxy/tests + endif + +-SUBDIRS += proxy/tests + + if HAVE_GNUTLS + SUBDIRS += tls/gnutls |