GNOME Bugzilla – Bug 696519
glib-networking compilation failure
Last modified: 2013-04-03 16:39:14 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.
could you provide a patch? https://live.gnome.org/Git/Developers#Contributing_patches
Created attachment 239764 [details] [review] CFLAGS fix patch