diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2019-01-09 16:00:14 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-19 02:57:14 +0100 |
commit | 61c127049d82e2d11f8b9fbc54123c90619e0aed (patch) | |
tree | ba7b268d5fcbad4b08eb244fa8a987e45e11a411 /app-emulation/xen-tools | |
parent | app-admin/graylog2: bump to 2.5.1 (diff) | |
download | gentoo-61c127049d82e2d11f8b9fbc54123c90619e0aed.tar.gz gentoo-61c127049d82e2d11f8b9fbc54123c90619e0aed.tar.bz2 gentoo-61c127049d82e2d11f8b9fbc54123c90619e0aed.zip |
app-emulation/xen-tools: disable capstone
Closes: https://bugs.gentoo.org/673474
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.11.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.11.1.ebuild b/app-emulation/xen-tools/xen-tools-4.11.1.ebuild index 7974e45297ca..fe149384f1b9 100644 --- a/app-emulation/xen-tools/xen-tools-4.11.1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -334,6 +334,10 @@ src_prepare() { -e 's:^#vif.default.script=:vif.default.script=:' \ -i tools/examples/xl.conf || die + # disable capstone (Bug #673474) + sed -e "s:\$\$source/configure:\0 --disable-capstone:" \ + -i tools/Makefile || die + default } |