aboutsummaryrefslogtreecommitdiffstats
path: root/main/libbsd/fix-build-with-musl-on-ppc64le.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/libbsd: fix build on s390xTuan M. Hoang2017-04-211-60/+0
|
* main/libbsd: enable build on ppc64leRoberto Oliveira2017-04-191-0/+60
Libbsd includes a.out.h header to get some definitions, like struct nlist, struct exec. In Alpine x86_64 this header is provided by linux-headers package (linux/a.out.h), in Ubuntu ppc64le it is provided by glibc (a.out.h), but in Alpine ppc64le it is not available. A workaround for this problem is to define the types that are being used by libbsd instead of including the invalid header for ppc64le.