diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-11 15:33:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-15 16:30:06 +0000 |
commit | c79838c3a14eed1cee24731f89d7b1171751d304 (patch) | |
tree | 486c75133ee1072075d9782672c09b39b9308013 /main/xen/patch-gcc6-etherboot-no-pie.patch | |
parent | ee4ffbb28c8a78a28e0315d7050f8837fa316dc5 (diff) | |
download | aports-c79838c3a14eed1cee24731f89d7b1171751d304.tar.bz2 aports-c79838c3a14eed1cee24731f89d7b1171751d304.tar.xz |
main/xen: upgrade to 4.7.0 and add secfixes
Diffstat (limited to 'main/xen/patch-gcc6-etherboot-no-pie.patch')
-rw-r--r-- | main/xen/patch-gcc6-etherboot-no-pie.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/xen/patch-gcc6-etherboot-no-pie.patch b/main/xen/patch-gcc6-etherboot-no-pie.patch new file mode 100644 index 0000000000..c4500259a6 --- /dev/null +++ b/main/xen/patch-gcc6-etherboot-no-pie.patch @@ -0,0 +1,13 @@ +diff --git a/src/Makefile b/src/Makefile +index e2425d7..20111d7 100644 +--- a/src/Makefile ++++ b/src/Makefile +@@ -4,7 +4,7 @@ + # + + CLEANUP := +-CFLAGS := ++CFLAGS := -fno-pie + ASFLAGS := + LDFLAGS := + MAKEDEPS := Makefile |