Skip to content

Commit

Permalink
app-emulation/xen-tools: disable capstone
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/673474
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Tomáš Mózes <[email protected]>
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
hydrapolic authored and Whissi committed Jan 19, 2019
1 parent 44c7b12 commit 61c1270
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app-emulation/xen-tools/xen-tools-4.11.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit 61c1270

Please sign in to comment.