commit: f6b8e0e9d21b7f85d56b42602b1c8905ade9ab5b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 18 04:18:46 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 18 04:18:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b8e0e9
net-libs/c-client: fix USE=kerberos Closes: https://bugs.gentoo.org/893490 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/c-client/c-client-2007f_p7.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-libs/c-client/c-client-2007f_p7.ebuild b/net-libs/c-client/c-client-2007f_p7.ebuild index 6182b543a4fb..c803f540141f 100644 --- a/net-libs/c-client/c-client-2007f_p7.ebuild +++ b/net-libs/c-client/c-client-2007f_p7.ebuild @@ -94,6 +94,8 @@ src_prepare() { -i src/osdep/unix/Makefile \ || die "failed to fix build flags support in the Makefile" + sed -i -e "s:krb5-config.mit:krb5-config:" src/osdep/unix/Makefile.gss || die + elibtoolize }
