GNOME Bugzilla – Bug 631483
gvfsd-http doesn't need to be linked with SoupOutputStream (patch)
Last modified: 2011-03-16 16:30:06 UTC
Created attachment 171799 [details] [review] patch gvfsd-http is compiled with soup-output-stream.c even though it never uses an output stream. This is just a tiny patch to Makefile.am that removes soup-output-stream.c from the gvfsd-http sources.
Makes sense to me. Commit it please.
commit 4091c854fced28efb712f1e036b3a1299480970c Author: Ryan Brown <r@nodr.org> Date: Wed Mar 16 17:28:04 2011 +0100 build: Don't link http backend with SoupOutputStream https://bugzilla.gnome.org/show_bug.cgi?id=631483