forked from kiss-community/repo
grub: revert pie fixes
This commit is contained in:
parent
3190098465
commit
37b1fb53d2
@ -3,9 +3,6 @@
|
|||||||
# Grub is built in a function so the script argument needs to be stored.
|
# Grub is built in a function so the script argument needs to be stored.
|
||||||
pkg_dir=$1
|
pkg_dir=$1
|
||||||
|
|
||||||
# Fix -pie linker errors.
|
|
||||||
sed -i '/EFIEMU64_LINK_FORMAT=/s/"$/ -no-pie"/' grub/configure
|
|
||||||
|
|
||||||
build_grub() (
|
build_grub() (
|
||||||
cp -a grub "grub-${1##*=}"
|
cp -a grub "grub-${1##*=}"
|
||||||
cd "grub-${1##*=}"
|
cd "grub-${1##*=}"
|
||||||
|
@ -1 +1 @@
|
|||||||
2.04 3
|
2.04 4
|
||||||
|
Loading…
Reference in New Issue
Block a user