[sys-auth/sssd] fix build with samba 4.21

This commit is contained in:
Robert Förster 2024-10-18 16:28:49 +02:00
parent fbcb1d3bb8
commit e1c96a1978

View File

@ -238,7 +238,7 @@ multilib_src_configure() {
if ! multilib_is_native_abi; then if ! multilib_is_native_abi; then
# work-around all the libraries that are used for CLI and server # work-around all the libraries that are used for CLI and server
myconf+=( myconf+=(
{POPT,TALLOC,TDB,TEVENT,LDB}_{CFLAGS,LIBS}=' ' {POPT,TALLOC,TDB,TEVENT}_{CFLAGS,LIBS}=' '
# ldb headers are fine since native needs it # ldb headers are fine since native needs it
# ldb lib fails... but it does not seem to bother # ldb lib fails... but it does not seem to bother
{DHASH,UNISTRING,INI_CONFIG_V{0,1,1_1,1_3}}_{CFLAGS,LIBS}=' ' {DHASH,UNISTRING,INI_CONFIG_V{0,1,1_1,1_3}}_{CFLAGS,LIBS}=' '