Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/jnettop/files: jnettop-0.13.0-asneeded.patch
Date: Tue, 02 Jun 2009 11:55:38
Message-Id: E1MBSaf-0004uz-2K@stork.gentoo.org
1 flameeyes 09/06/02 11:55:37
2
3 Added: jnettop-0.13.0-asneeded.patch
4 Log:
5 Add patch to fix build with --as-needed by Kevin Pyle, closes bug #247930. Also respect user cflags.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch?rev=1.1&content-type=text/plain
13
14 Index: jnettop-0.13.0-asneeded.patch
15 ===================================================================
16 diff -ur a/Makefile.am b/Makefile.am
17 --- a/Makefile.am 2006-04-14 11:32:14.000000000 -0500
18 +++ b/Makefile.am 2009-02-12 22:44:49.000000000 -0600
19 @@ -1,8 +1,7 @@
20 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch,v 1.1 2009/06/02 11:55:37 flameeyes Exp $
21
22 INCLUDES = -I$(top_srcdir)/include @GLIB_CFLAGS@
23 -AM_LDFLAGS = @GLIB_LIBS@ @NSL_LIBS@ @SOCKET_LIBS@
24 -CFLAGS = -g -O0
25 +jnettop_LDADD = @GLIB_LIBS@ @NSL_LIBS@ @SOCKET_LIBS@
26
27 man_MANS = jnettop.8