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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A800E15813A for ; Wed, 15 Jan 2025 11:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD7F9E07F6; Wed, 15 Jan 2025 11:19:51 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A33BBE07F6 for ; Wed, 15 Jan 2025 11:19:51 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A425D34305B for ; Wed, 15 Jan 2025 11:19:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2A1820E0 for ; Wed, 15 Jan 2025 11:19:48 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1736939982.d1fdd7f8fb5061422e69212c81d6f46d8035cff2.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/sssd/sssd-2.10.1.ebuild X-VCS-Directories: sys-auth/sssd/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: d1fdd7f8fb5061422e69212c81d6f46d8035cff2 X-VCS-Branch: master Date: Wed, 15 Jan 2025 11:19:48 +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: 5769415d-4331-46bf-85b6-fdea099f03ca X-Archives-Hash: d2826fd2ab1f81b65652ce7a6421086a commit: d1fdd7f8fb5061422e69212c81d6f46d8035cff2 Author: James Le Cuirot gentoo org> AuthorDate: Tue Jan 14 13:25:08 2025 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed Jan 15 11:19:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fdd7f8 sys-auth/sssd: Apply previous cross fixes to 2.10.1 I don't know why these weren't carried forward. Closes: https://github.com/gentoo/gentoo/pull/40130 Signed-off-by: James Le Cuirot gentoo.org> sys-auth/sssd/sssd-2.10.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-auth/sssd/sssd-2.10.1.ebuild b/sys-auth/sssd/sssd-2.10.1.ebuild index 7e146e674287..3f04d442515f 100644 --- a/sys-auth/sssd/sssd-2.10.1.ebuild +++ b/sys-auth/sssd/sssd-2.10.1.ebuild @@ -259,7 +259,8 @@ multilib_src_configure() { # Annoyingly configure requires that you pick systemd XOR sysv --with-initscript=$(usex systemd systemd sysv) --with-sssd-user=sssd - CPPFLAGS="${CPPFLAGS} -I/usr/include/samba-4.0" + KRB5_CONFIG="${ESYSROOT}"/usr/bin/krb5-config + CPPFLAGS="${CPPFLAGS} -I${ESYSROOT}/usr/include/samba-4.0" ) use systemd && myconf+=(