Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 43561: /trunk/ /trunk/: Makefile.am

Date: Tue, 03 Jul 2012 20:12:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43561

User: guy
Date: 2012/07/03 01:12 PM

Log:
 As per Gentoo bug 423743
 
 	https://bugs.gentoo.org/show_bug.cgi?id=423743
 
 "The Makefile.am claims including GLIB_LIBS when linking wireshark is
 unnecessary, because wireshark links to GTK_LIBS which is a superset.
 It is not actually a superset: gmodule is included in GLIB_LIBS but
 not in GTK_LIBS (unless accidentally on older glibs/gtks)."
 
 so we must explicitly link with GLIB_LIBS.
 
 Update the comment to reflect that - and to reflect that GTK+ doesn't
 necessarily run atop X11 - while we're at it.
 
 Fixes bug 7427.
 
 #BACKPORT

Directory: /trunk/
  Changes    Path           Action
  +20 -6     Makefile.am    Modified