commit: 18d02c7487b2e450ec468a57a2657f5dc252760b Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx> AuthorDate: Mon Nov 25 18:30:34 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Nov 25 21:53:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d02c74
net-analyzer/nfdump: eprexify paths for configure script Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx> Closes: https://github.com/gentoo/gentoo/pull/39401 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/nfdump/nfdump-1.7.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nfdump/nfdump-1.7.4.ebuild b/net-analyzer/nfdump/nfdump-1.7.4.ebuild index 9ba85b7fd6b2..ef05ba0e4b6a 100644 --- a/net-analyzer/nfdump/nfdump-1.7.4.ebuild +++ b/net-analyzer/nfdump/nfdump-1.7.4.ebuild @@ -67,7 +67,7 @@ src_configure() { # --without-ftconf is not handled well, bug #322201 local myeconfargs=( - $(usex ftconv "--enable-ftconv --with-ftpath=/usr") + $(usex ftconv "--enable-ftconv --with-ftpath=${EPREFIX}/usr") $(usex nfpcapd --enable-nfpcapd) $(usex nfprofile --enable-nfprofile) $(usex nftrack --enable-nftrack) @@ -76,7 +76,7 @@ src_configure() { $(use_enable nsel) $(use_enable readpcap) $(use_enable sflow) - $(use_with zstd "zstdpath=/usr") + $(use_with zstd "zstdpath=${EPREFIX}/usr") ) econf "${myeconfargs[@]}" }
