aboutsummaryrefslogtreecommitdiffstats
path: root/testing/grub/do-not-require-unifont-on-powerpc-ieee1275.patch
Commit message (Collapse)AuthorAgeFilesLines
* testing/grub: add unifont dependencyRoberto Oliveira2017-05-131-23/+0
| | | | | | | | The unifont dependency is needed because without it the unicode.pf2 file is not generated (unicode.pf2 is required for grub-mkrescue). It was disabled before because unifont was not available in Alpine but Breno added it to Alpine (commit 588d7cff2cdf48d6b4ea30be01eef2558f7043a8)
* testing/grub: fix build on ppc64leRoberto Oliveira2017-04-261-0/+23
grub was not building on ppc64le. This patch adds the correct 'platform' value in configure and make necessary adjusts to make grub build.