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 79C2A158042 for ; Sun, 27 Oct 2024 05:32:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F4FEE0891; Sun, 27 Oct 2024 05:32:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5BB13E0891 for ; Sun, 27 Oct 2024 05:32:35 +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 9F93A343122 for ; Sun, 27 Oct 2024 05:32:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 068261F42 for ; Sun, 27 Oct 2024 05:32:33 +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: <1730007116.2093b3c01a818dc3721376c181e7ae9b74f88508.sam@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.9.5-r2.ebuild X-VCS-Directories: sys-auth/sssd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2093b3c01a818dc3721376c181e7ae9b74f88508 X-VCS-Branch: master Date: Sun, 27 Oct 2024 05:32:33 +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: 99a921ea-714e-45a7-9435-6f887983cad0 X-Archives-Hash: fba90c4f05df9c29ee44c4db51c313dc commit: 2093b3c01a818dc3721376c181e7ae9b74f88508 Author: Sam James gentoo org> AuthorDate: Sun Oct 27 05:31:56 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 27 05:31:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2093b3c0 sys-auth/sssd: respect ESYSROOT Signed-off-by: Sam James gentoo.org> sys-auth/sssd/sssd-2.9.5-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/sssd/sssd-2.9.5-r2.ebuild b/sys-auth/sssd/sssd-2.9.5-r2.ebuild index c563c0d445fe..2df836ab8b1b 100644 --- a/sys-auth/sssd/sssd-2.9.5-r2.ebuild +++ b/sys-auth/sssd/sssd-2.9.5-r2.ebuild @@ -220,8 +220,8 @@ multilib_src_configure() { # Annoyingly configure requires that you pick systemd XOR sysv --with-initscript=$(usex systemd systemd sysv) KRB5_CONFIG="${ESYSROOT}"/usr/bin/krb5-config - # Needed forSamba 4.21 - CPPFLAGS="${CPPFLAGS} -I/usr/include/samba-4.0" + # Needed for Samba 4.21 + CPPFLAGS="${CPPFLAGS} -I${ESYSROOT}/usr/include/samba-4.0" ) use systemd && myconf+=(