mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
Currently xbps package fails to build using musl libc because the signal.h header includes a struct field called _unused, that becomes defined as an function attribute due to the a CFLAG -D macro definition. This cause the build to fail. This patch just rename _unused macro to _unused_attr in order to avoid the names being clashed. |
||
---|---|---|
.. | ||
0001-configure-fix-vasprintf-test.patch | ||
0001-Moving-_unused-macro-to-_unused_attr.patch | ||
46744c412dca9ca2efc0df8ba1473ffd9145ddac.patch | ||
APKBUILD |