--- a/nfdump-1.6.24.ebuild 2022-04-12 22:30:04.936613602 -0500 +++ b/nfdump-1.6.24.ebuild 2022-06-22 14:35:10.137485736 -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 ) @@ -53,6 +54,7 @@ src_configure() { tc-export CC + use elibc_musl && append-ldflags "-lfts" # --without-ftconf is not handled well, bug #322201 econf \