Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/xbps: Fix FTBFS on ppc64le due to macro clashing | Breno Leitao | 2017-04-04 | 2 | -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 aarch64 | Natanael Copa | 2017-03-24 | 2 | -2/+36 |
| | | | | upstream PR: https://github.com/voidlinux/xbps/pull/236 | ||||
* | testing/xbps: new aport | André Klitzing | 2017-03-23 | 2 | -0/+105 |
Add package management of VoidLinux like pacman or dpkg to bootstrap VoidLinux. |