After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 631483 - gvfsd-http doesn't need to be linked with SoupOutputStream (patch)
gvfsd-http doesn't need to be linked with SoupOutputStream (patch)
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: http backend
git master
Other Linux
: Normal minor
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-06 00:26 UTC by Ryan Brown
Modified: 2011-03-16 16:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (671 bytes, patch)
2010-10-06 00:26 UTC, Ryan Brown
committed Details | Review

Description Ryan Brown 2010-10-06 00:26:54 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.
Comment 1 Christian Kellner 2010-10-10 13:58:26 UTC
Makes sense to me. Commit it please.
Comment 2 Tomas Bzatek 2011-03-16 16:29:58 UTC
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