aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xbps
Commit message (Collapse)AuthorAgeFilesLines
* testing/xbps: Fix FTBFS on ppc64le due to macro clashingBreno Leitao2017-04-042-1/+446
| | | | | | | | | | 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.
* testing/xbps: fix build on aarch64Natanael Copa2017-03-242-2/+36
| | | | upstream PR: https://github.com/voidlinux/xbps/pull/236
* testing/xbps: new aportAndré Klitzing2017-03-232-0/+105
Add package management of VoidLinux like pacman or dpkg to bootstrap VoidLinux.