Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark/files: wireshark-1.8.0-underlinking.patch
Date: Wed, 27 Jun 2012 20:51:23
Message-Id: 20120627203533.8ECEE2004B@flycatcher.gentoo.org
1 jlec 12/06/27 20:35:33
2
3 Added: wireshark-1.8.0-underlinking.patch
4 Log:
5 Add fix for underlinking because of gmodule-2 being removed from glibs pkg-config, detected by gold
6
7 (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-analyzer/wireshark/files/wireshark-1.8.0-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.8.0-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.8.0-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: wireshark-1.8.0-underlinking.patch
16 ===================================================================
17 Makefile.am | 1 +
18 Makefile.in | 1 +
19 2 files changed, 2 insertions(+), 0 deletions(-)
20
21 diff --git a/Makefile.am b/Makefile.am
22 index 2bf4898..3ffa6a3 100644
23 --- a/Makefile.am
24 +++ b/Makefile.am
25 @@ -333,6 +333,7 @@ wireshark_LDADD = \
26 @LIBGNUTLS_LIBS@ \
27 @LIBSMI_LDFLAGS@ \
28 @PORTAUDIO_LIBS@ \
29 + @GLIB_LIBS@ \
30 @GTK_LIBS@ -lm
31
32 wireshark_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)
33 diff --git a/Makefile.in b/Makefile.in
34 index a7c8474..c94ebc9 100644
35 --- a/Makefile.in
36 +++ b/Makefile.in
37 @@ -1051,6 +1051,7 @@ wireshark_LDADD = \
38 @LIBGNUTLS_LIBS@ \
39 @LIBSMI_LDFLAGS@ \
40 @PORTAUDIO_LIBS@ \
41 + @GLIB_LIBS@ \
42 @GTK_LIBS@ -lm
43
44 wireshark_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)