From 97a9fa2a372686cc873d1f966a769d3d80a7f054 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 27 Jul 2018 04:02:34 -0500 Subject: user/grub: pull in, take, modernise a bit --- user/grub/fix-gcc-no-pie-specs.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 user/grub/fix-gcc-no-pie-specs.patch (limited to 'user/grub/fix-gcc-no-pie-specs.patch') diff --git a/user/grub/fix-gcc-no-pie-specs.patch b/user/grub/fix-gcc-no-pie-specs.patch new file mode 100644 index 000000000..273c9dbe3 --- /dev/null +++ b/user/grub/fix-gcc-no-pie-specs.patch @@ -0,0 +1,11 @@ +--- ./configure.ac.orig ++++ ./configure.ac +@@ -1100,7 +1100,7 @@ + if test x"$grub_cv_target_cc_efiemu64_link_format" = xunknown; then + efiemu_excuse="no suitable link format for efiemu64 found" + else +- EFIEMU64_LINK_FORMAT="-Wl,$grub_cv_target_cc_efiemu64_link_format" ++ EFIEMU64_LINK_FORMAT="-Wl,$grub_cv_target_cc_efiemu64_link_format -no-pie" + fi + fi + if test x"$enable_efiemu" = xyes && test x"$efiemu_excuse" != x ; then -- cgit v1.2.3-60-g2f50