Package-Manager: Portage-2.3.87, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=708510
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="NAST - Network Analyzer Sniffer Tool"
HOMEPAGE="https://sourceforge.net/projects/nast.berlios/"
eautoreconf
}
+src_configure() {
+ append-cflags -fcommon
+ default
+}
+
src_compile() {
emake CFLAGS="${CFLAGS}"
}