• Max Kellermann's avatar
    configure.ac, unix/Daemon: check for initgroups() at configure time · b3460f3f
    Max Kellermann authored
    The initgroups() manpage says we need to check for _BSD_SOURCE.  The
    thing is that glibc deprecated this macro, and doesn't define it
    anymore, effectively breaking all MPD supplementary groups.
    
    The real fix is to check for initgroups() availability at configure
    time, instead of relying on the deprecated _BSD_SOURCE macro.
    b3460f3f
Daemon.cxx 5.78 KB