diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-05 22:06:06 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-05 22:06:06 +0200 |
commit | 34da6a65adae8463149a28c560926f3349142c2a (patch) | |
tree | d963501503122b4e8113593108337e4ec949187d /boot/syslinux/0002-disable-pie.patch | |
parent | 38b51739da7fa7b950bbc46c059fbbab465ba4cb (diff) | |
download | buildroot-34da6a65adae8463149a28c560926f3349142c2a.tar.gz buildroot-34da6a65adae8463149a28c560926f3349142c2a.zip |
syslinux: use Git formatted patches
In preparation for the addition of more patches to the syslinux
package, reformat the two existing patches as proper Git formatted
patches.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/syslinux/0002-disable-pie.patch')
-rw-r--r-- | boot/syslinux/0002-disable-pie.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/boot/syslinux/0002-disable-pie.patch b/boot/syslinux/0002-disable-pie.patch deleted file mode 100644 index b31b622c41..0000000000 --- a/boot/syslinux/0002-disable-pie.patch +++ /dev/null @@ -1,22 +0,0 @@ -Description: Disable PIE to avoid FTBFS on amd64 -Bug-Ubuntu: https://bugs.launchpad.net/bugs/1579023 -Author: Graham Inggs <ginggs@ubuntu.com> -Last-Update: 2016-05-06 - -gcc 6.x has PIE support enabled by default, which causes a build issue -with syslinux. This patch disables PIE support in the relevant -syslinux Makefile. - -Signed-off-by: Ryan Coe <bluemrp9@gmail.com> - ---- a/gpxe/src/Makefile -+++ b/gpxe/src/Makefile -@@ -4,7 +4,7 @@ - # - - CLEANUP := --CFLAGS := -+CFLAGS := -fno-PIE - ASFLAGS := - LDFLAGS := - MAKEDEPS := Makefile |