Author :
tb
Date :
2024-01-26 07:28:10
Hash :ffb87ad3 Message :polkit: fix build on sparc64
gcc doesn't error on implicit function declaration. The configure check of
netgrent() therefore incorrectly sets HAVE_SETGRENT_RETURN, breaking the
build. Also define _BSD_SOURCE to avoid a subsequent error due to implicit
declaration of getgrouplist(3).
ok ajacoutot (maintainer)