mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 07:02:29 +01:00
On s390, the code refers to GLOB_ONLYDIR, which is glibc specific and according to the manual, only meant as an optmization. Replace GLOB_ONLYDIR with 0x0 to fix the build on s390x.