Wireshark-commits: [Wireshark-commits] rev 43562: /trunk-1.8/ /trunk-1.8/: Makefile.am
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43562
User: guy
Date: 2012/07/03 01:20 PM
Log:
Copy over r43561 from trunk:
------------------------------------------------------------------------
r43561 | guy | 2012-07-03 13:12:50 -0700 (Tue, 03 Jul 2012) | 18 lines
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-1.8/
Changes Path Action
+20 -6 Makefile.am Modified