app-emulation/xen-tools: disable capstone
authorTomas Mozes <hydrapolic@gmail.com>
Wed, 9 Jan 2019 15:00:14 +0000 (16:00 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 19 Jan 2019 01:57:14 +0000 (02:57 +0100)
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>
app-emulation/xen-tools/xen-tools-4.11.1.ebuild

index 7974e45297ca3f4b21d6a092d1a3f0d0646eb13f..fe149384f1b906658f77955dc51ae228d7582dac 100644 (file)
@@ -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
 }