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 696519 - glib-networking compilation failure
glib-networking compilation failure
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: network
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-03-24 22:42 UTC by Emmanuel Pacaud
Modified: 2013-04-03 16:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
CFLAGS fix patch (1.12 KB, patch)
2013-03-25 13:43 UTC, Emmanuel Pacaud
committed Details | Review

Description Emmanuel Pacaud 2013-03-24 22:42:03 UTC
When gnutls is installed in a non standard directory, glib-networking fails to build because:

* in tls/gnutls/Makefile.am, CFLAGS is set using LIBGNUTLS_CFLAGS instead of GNUTLS_CFLAGS. 

* in tls/tests/Makefile.am, at least one of the tests uses gnutls, but CFLAGS is not set accordingly.
Comment 1 Dan Winship 2013-03-25 13:12:54 UTC
could you provide a patch? https://live.gnome.org/Git/Developers#Contributing_patches
Comment 2 Emmanuel Pacaud 2013-03-25 13:43:09 UTC
Created attachment 239764 [details] [review]
CFLAGS fix patch