Skip to content

main/grub: fix x86_64 grub build problems due to -fno-plt

Dermot Bradley requested to merge dbradley/aports:fix-grub-build into master

The grub-bios and grub-xenhost_pvh subpackages fail to build on x86_64 since "-fno-plt" was added to the abuild package:

https://git.alpinelinux.org/aports/patch/main/abuild/APKBUILD?id=9c497fa68472a5efa3e66d138917b91e1f01b03e

However grub has not been (re)built since then and so no-one noticed the problem.

Modify the Grub APKBUILD to remove "-fno-plt" when building the grub-bios and grub-xenhost_pvh subpackages.

Merge request reports