Skip to content

Commit

Permalink
grub: Fix build after GCC changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Feb 9, 2020
1 parent 1a9ada8 commit eecc3f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/grub/build
Expand Up @@ -3,6 +3,9 @@
# Grub is built in a function so the script argument needs to be stored.
pkg_dir=$1

# Fix -pie linker errors.
sed -i '/EFIEMU64_LINK_FORMAT=/s/"$/ -no-pie"/' grub/configure

build_grub() (
cp -a grub "grub-${1##*=}"
cd "grub-${1##*=}"
Expand Down

0 comments on commit eecc3f2

Please sign in to comment.