--- a/nfdump-1.6.23-r1.ebuild 2022-03-24 22:30:04.526733100 -0600 +++ b/nfdump-1.6.23-r1.ebuild 2022-06-22 14:34:39.454549091 -0500 @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools toolchain-funcs +inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="A set of tools to collect and process netflow data" HOMEPAGE="https://github.com/phaag/nfdump" @@ -19,6 +19,7 @@ RDEPEND=" app-arch/bzip2 sys-libs/zlib + elibc_musl? ( sys-libs/fts-standalone ) ftconv? ( net-analyzer/flow-tools ) nfpcapd? ( net-libs/libpcap ) nfprofile? ( net-analyzer/rrdtool ) @@ -55,6 +56,7 @@ src_configure() { tc-export CC + use elibc_musl && append-ldflags "-lfts" # --without-ftconf is not handled well, bug #322201 econf \