mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/nstats: Set CFLAGS=-fcommon
Package-Manager: Portage-2.3.86, Repoman-2.3.20 Closes: https://bugs.gentoo.org/show_bug.cgi?id=707488 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit autotools
|
||||
inherit autotools flag-o-matic
|
||||
|
||||
DESCRIPTION="Displays statistics about ethernet traffic including protocol breakdown"
|
||||
SRC_URI="http://trash.net/~reeler/nstats/files/${P}.tar.gz"
|
||||
@@ -29,6 +29,10 @@ DOCS=( BUGS doc/TODO doc/ChangeLog )
|
||||
|
||||
src_prepare(){
|
||||
default
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-cflags -fcommon
|
||||
default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user