1 Description: Disable PIE to avoid FTBFS on amd64
2 Bug-Ubuntu: https://bugs.launchpad.net/bugs/1579023
3 Author: Graham Inggs <ginggs@ubuntu.com>
4 Last-Update: 2016-05-06
6 gcc 6.x has PIE support enabled by default, which causes a build issue
7 with syslinux. This patch disables PIE support in the relevant
10 Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
12 --- a/gpxe/src/Makefile
13 +++ b/gpxe/src/Makefile