diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-25 08:00:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-25 08:03:01 +0000 |
commit | ca18a0f824cad5172f1987715f9b8866c78698db (patch) | |
tree | 0291bdd12170d791dc6747f9b9cebfab6ddcf1a3 /main/glib-networking/proxy-test.patch | |
parent | 2ca7a397efa33469cce16ad6d38696ad6d7fe7a5 (diff) | |
download | aports-ca18a0f824cad5172f1987715f9b8866c78698db.tar.bz2 aports-ca18a0f824cad5172f1987715f9b8866c78698db.tar.xz |
main/glib-networking: upgrade to 2.30.1
Diffstat (limited to 'main/glib-networking/proxy-test.patch')
-rw-r--r-- | main/glib-networking/proxy-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/glib-networking/proxy-test.patch b/main/glib-networking/proxy-test.patch new file mode 100644 index 0000000000..2cab5d9f65 --- /dev/null +++ b/main/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 |