2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

grub: revert pie fixes

This commit is contained in:
Dylan Araps 2020-02-11 02:34:00 +02:00
parent 3190098465
commit 37b1fb53d2
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 1 additions and 4 deletions

View File

@ -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##*=}"

View File

@ -1 +1 @@
2.04 3
2.04 4