summaryrefslogtreecommitdiff
blob: 0663eaacf7f0bc2453fc26e276af58af6ea554bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2011-10-22	Ralf Glauberman	<ralfglauberman@gmx.de>

		#360805 Don't compile ipxe with pie on hardened.
		* /tools/firmware/etherboot/patches/ipxe-nopie.patche		New patch
		* /tools/firmware/etherboot/patches/series				Add ipxe-nopie.patch

--- a/tools/firmware/etherboot/patches/ipxe-nopie.patch	1970-01-01 01:00:00.000000000 +0100
+++ b/tools/firmware/etherboot/patches/ipxe-nopie.patch	2011-03-27 17:45:13.929697782 +0200
@@ -0,0 +1,11 @@
+--- ipxe/src/Makefile~	2011-03-27 17:41:52.000000000 +0200
++++ ipxe/src/Makefile	2011-03-27 17:43:20.869446433 +0200
+@@ -4,7 +4,7 @@
+ #
+ 
+ CLEANUP		:=
+-CFLAGS		:=
++CFLAGS		:= -nopie
+ ASFLAGS		:=
+ LDFLAGS		:=
+ MAKEDEPS	:= Makefile
--- a/tools/firmware/etherboot/patches/series	2011-03-25 11:42:50.000000000 +0100
+++ b/tools/firmware/etherboot/patches/series	2011-03-27 17:45:45.140446216 +0200
@@ -1,3 +1,4 @@
 boot_prompt_option.patch
 gpxe-git-0edf2405b457
 gpxe-git-a803ef3dfeac
+ipxe-nopie.patch