summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-08-27 22:58:39 +0200
committerMatt Turner <mattst88@gentoo.org>2020-08-31 12:08:02 -0700
commit3562a559b983b6b72d64f0b41dc50153aba5b30a (patch)
tree67b8dc39613f353a22b01f4a4908c8ed3d0f4cf9 /sys-auth/sssd/sssd-2.2.3.ebuild
parentapp-emulation/qemu: drop old (diff)
downloadgentoo-3562a559b983b6b72d64f0b41dc50153aba5b30a.tar.gz
gentoo-3562a559b983b6b72d64f0b41dc50153aba5b30a.tar.bz2
gentoo-3562a559b983b6b72d64f0b41dc50153aba5b30a.zip
sys-auth/sssd-2.2.3: Fix glibc 2.32 name conflict
Closes: https://bugs.gentoo.org/737180 Ref: https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=499a92df8b9fc64a054cf3b7f728f8967fc1da7d;hp=8a9221415041543aa163071fa547e88138ceec9d Signed-off-by: Sviatoslav Sydorenko <webknjaz@redhat.com> Closes: https://github.com/gentoo/gentoo/pull/17287 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-auth/sssd/sssd-2.2.3.ebuild')
-rw-r--r--sys-auth/sssd/sssd-2.2.3.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-auth/sssd/sssd-2.2.3.ebuild b/sys-auth/sssd/sssd-2.2.3.ebuild
index 98af8535a88f..044a58e86151 100644
--- a/sys-auth/sssd/sssd-2.2.3.ebuild
+++ b/sys-auth/sssd/sssd-2.2.3.ebuild
@@ -77,6 +77,10 @@ MULTILIB_WRAPPED_HEADERS=(
/usr/include/sss_certmap.h
)
+PATCHES=(
+ "${FILESDIR}"/${P}-glibc-2.32-compat.patch
+)
+
pkg_setup() {
linux-info_pkg_setup
}