The musl libc is missing GLOB_ONLYDIR on Alpine Linux. This PR manually defines GLOB_ONLYDIR to 0, which makes the utils compile and work again. Details:
$ apk info --who-owns /usr/include/glob.h
/usr/include/glob.h is owned by musl-dev-1.2.4_git20230717-r2
The musl libc is missing
GLOB_ONLYDIR
on Alpine Linux. This PR manually definesGLOB_ONLYDIR
to0
, which makes the utils compile and work again. Details:After building and installing with this fix: