summarylogtreecommitdiffstats
path: root/0008-Fix-packed-not-aligned-error-on-GCC-8.patch
AgeCommit message (Collapse)Author
2018-06-13Fix the build by syncing with the latest GRUB Arch official PKGBUILD (#2)joanbm
This pull requests updates the PKGBUILD and additional files to be in sync with the latest official Arch GRUB package (trunk). This fixes the build on recent Arch Linux versions. Commits added from the official Arch GRUB package: https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/grub&id=b787cc07b4eac47334a969c4659c3faddc7765cc https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/grub&id=8c1a8dd71f734945c9a161b97f10603e017cf696 https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/grub&id=0c7d22e66884c85574eca8ce7df9571748aabb29 As an extra, I also did a bit of mantainance: * Removed from the repository some files that do not need to be commited since they are already downloaded as part of the PKGBUILD * Ignored those files through .gitignore and added a few more patterns that should be ignored since they may be generated on build * Updated the grub-PKGBUILD.patch, which was already obsolete, with the diff between the official Arch GRUB PKGBUILD and the PKGBUILD in this PR.