diff options
author | 2009-06-02 11:55:37 +0000 | |
---|---|---|
committer | 2009-06-02 11:55:37 +0000 | |
commit | 98423b0f5347831245e15e3071eced87c6bdfe68 (patch) | |
tree | a78fbf9f78081b670253f8fb0fe6d7dfee643c0e /net-analyzer/jnettop/files | |
parent | Add patch to fix --as-needed by Kevin Pyle, close bug #247928. Remove -j1 fro... (diff) | |
download | historical-98423b0f5347831245e15e3071eced87c6bdfe68.tar.gz historical-98423b0f5347831245e15e3071eced87c6bdfe68.tar.bz2 historical-98423b0f5347831245e15e3071eced87c6bdfe68.zip |
Add patch to fix build with --as-needed by Kevin Pyle, closes bug #247930. Also respect user cflags.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/jnettop/files')
-rw-r--r-- | net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch b/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch new file mode 100644 index 000000000000..dc648f5fc1e0 --- /dev/null +++ b/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch @@ -0,0 +1,13 @@ +diff -ur a/Makefile.am b/Makefile.am +--- a/Makefile.am 2006-04-14 11:32:14.000000000 -0500 ++++ b/Makefile.am 2009-02-12 22:44:49.000000000 -0600 +@@ -1,8 +1,7 @@ + # $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 $ + + INCLUDES = -I$(top_srcdir)/include @GLIB_CFLAGS@ +-AM_LDFLAGS = @GLIB_LIBS@ @NSL_LIBS@ @SOCKET_LIBS@ +-CFLAGS = -g -O0 ++jnettop_LDADD = @GLIB_LIBS@ @NSL_LIBS@ @SOCKET_LIBS@ + + man_MANS = jnettop.8 + |