From c562aa276804ae0dcd258258ee23000cb7d26b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 4 Sep 2020 17:13:04 +0200 Subject: [PATCH] xen: add nopie=yes for x86_64 This can be removed when we switch to gcc10. --- srcpkgs/xen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template index c1dd6cad6a4..158937ca75d 100644 --- a/srcpkgs/xen/template +++ b/srcpkgs/xen/template @@ -1,4 +1,3 @@ -broken="https://build.voidlinux.org/builders/x86_64_builder/builds/27088/steps/shell_3/logs/stdio" # Template file for 'xen' pkgname=xen version=4.14.0 @@ -28,6 +27,7 @@ checksum=" 06839f68ea7620669dbe8b67861213223cc2a7d02ced61b56e5249c50e87f035 4850691d6f196eaf4d6210f2de01383251b3ea1b928141da9ce28c0b06a90938" skip_extraction="${_git_tag_ipxe}.tar.gz" +nopie=yes build_options="stubdom" build_options_default="stubdom"