Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark/files: wireshark-0.99.8-as-needed.patch
Date: Thu, 21 Feb 2008 20:44:19
Message-Id: E1JSIH8-00032m-F2@stork.gentoo.org
1 pva 08/02/21 20:44:14
2
3 Added: wireshark-0.99.8-as-needed.patch
4 Log:
5 Fixed regression: compilation failure with --as-needed, bug 210998, reported by Mike Auty and Hanno Böck.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 net-analyzer/wireshark/files/wireshark-0.99.8-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/files/wireshark-0.99.8-as-needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/files/wireshark-0.99.8-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: wireshark-0.99.8-as-needed.patch
15 ===================================================================
16 --- wiretap/Makefile.am.orig 2008-02-21 23:11:41.000000000 +0300
17 +++ wiretap/Makefile.am 2008-02-21 23:12:08.000000000 +0300
18 @@ -67,7 +67,7 @@
19 $(GENERATOR_FILES) \
20 $(GENERATED_FILES)
21
22 -libwiretap_la_LIBADD = libwiretap_generated.la
23 +libwiretap_la_LIBADD = libwiretap_generated.la $(GLIB_LIBS)
24 libwiretap_la_DEPENDENCIES = libwiretap_generated.la
25
26 RUNLEX = $(top_srcdir)/tools/runlex.sh
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list