From e1c96a197875336206df8e1b05f3a9eef9fe74fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Fri, 18 Oct 2024 16:28:49 +0200 Subject: [PATCH] [sys-auth/sssd] fix build with samba 4.21 --- sys-auth/sssd/sssd-2.9.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/sssd/sssd-2.9.5-r1.ebuild b/sys-auth/sssd/sssd-2.9.5-r1.ebuild index eba4c0f..2f6024c 100644 --- a/sys-auth/sssd/sssd-2.9.5-r1.ebuild +++ b/sys-auth/sssd/sssd-2.9.5-r1.ebuild @@ -238,7 +238,7 @@ multilib_src_configure() { if ! multilib_is_native_abi; then # work-around all the libraries that are used for CLI and server myconf+=( - {POPT,TALLOC,TDB,TEVENT,LDB}_{CFLAGS,LIBS}=' ' + {POPT,TALLOC,TDB,TEVENT}_{CFLAGS,LIBS}=' ' # ldb headers are fine since native needs it # ldb lib fails... but it does not seem to bother {DHASH,UNISTRING,INI_CONFIG_V{0,1,1_1,1_3}}_{CFLAGS,LIBS}=' '