Created attachment 82745 [details] [review] 0001-build-support-uclibc-for-program_invocation_short_na.patch [PATCH] build: support uclibc for program_invocation_short_name requires errno.h to properly detect. argp.h was left although not sure why required. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> --- configure.ac | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-)
Created attachment 82939 [details] [review] build: support uclibc for program_invocation_short_name requires errno.h to properly detect. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Pushed an updated version of the patch. It turns out that argp.h was not needed, but _GNU_SOURCE is needed on Linux.
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.