From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED4F215800C for ; Sat, 18 Feb 2023 04:19:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBC13E069C; Sat, 18 Feb 2023 04:19:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABE14E069C for ; Sat, 18 Feb 2023 04:19:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 972C9335C2A for ; Sat, 18 Feb 2023 04:19:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04A1E7DE for ; Sat, 18 Feb 2023 04:19:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676693926.f6b8e0e9d21b7f85d56b42602b1c8905ade9ab5b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/c-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/c-client/c-client-2007f_p7.ebuild X-VCS-Directories: net-libs/c-client/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f6b8e0e9d21b7f85d56b42602b1c8905ade9ab5b X-VCS-Branch: master Date: Sat, 18 Feb 2023 04:19:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f9a03aa-3bd1-4f3b-9c93-2f4fbbb01a34 X-Archives-Hash: 2ad1e05c9ab7964680bf7967d9c34f05 commit: f6b8e0e9d21b7f85d56b42602b1c8905ade9ab5b Author: Sam James gentoo org> AuthorDate: Sat Feb 18 04:18:46 2023 +0000 Commit: Sam James gentoo 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 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 }