• 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
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...