diff options
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-4.2.0-r1.ebuild')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.2.0-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.2.0-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.2.0-r1.ebuild index 7ee1dc5..b426ab7 100644 --- a/app-emulation/xen-tools/xen-tools-4.2.0-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.2.0-r1.ebuild @@ -191,11 +191,14 @@ src_prepare() { # Don't build ipxe with pie on hardened, Bug #360805 if gcc-specs-pie; then - epatch "${FILESDIR}/ipxe-nopie-4.2.0.patch" + epatch "${FILESDIR}/ipxe-nopie.patch" fi # Prevent double stripping of files at install epatch "${FILESDIR}"/${P/-tools/}-nostrip.patch + + # fix jobserver in Makefile + epatch "${FILESDIR}"/${P/-tools/}-jserver.patch } src_compile() { |