1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/xbps
Breno Leitao 9bc7468f15 testing/xbps: Fix FTBFS on ppc64le due to macro clashing
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.
2017-04-04 20:20:20 +00:00
..
0001-configure-fix-vasprintf-test.patch
0001-Moving-_unused-macro-to-_unused_attr.patch testing/xbps: Fix FTBFS on ppc64le due to macro clashing 2017-04-04 20:20:20 +00:00
46744c412dca9ca2efc0df8ba1473ffd9145ddac.patch
APKBUILD testing/xbps: Fix FTBFS on ppc64le due to macro clashing 2017-04-04 20:20:20 +00:00