From 37b1fb53d2958b88d1121760a3d0d7844a22b958 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 11 Feb 2020 02:34:00 +0200 Subject: [PATCH] grub: revert pie fixes --- core/grub/build | 3 --- core/grub/version | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/core/grub/build b/core/grub/build index 5eca533b..d0cee821 100755 --- a/core/grub/build +++ b/core/grub/build @@ -3,9 +3,6 @@ # 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##*=}" diff --git a/core/grub/version b/core/grub/version index b24222c0..621313cd 100644 --- a/core/grub/version +++ b/core/grub/version @@ -1 +1 @@ -2.04 3 +2.04 4