Please be sure to include all required headers in the following files: gstrfuncs.c:674: warning: implicit declaration of function 'strsignal' fix: #define _GNU_SOURCE #include <string.h> popt.c:234: warning: implicit declaration of function ‘setresuid’ fix: #define _GNU_SOURCE #include <unistd.h>
Is it necessary to define _GNU_SOURCE there?
This has been fixed in git now.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.