summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mozes <hydrapolic@gmail.com>2019-03-29 12:28:57 +0100
committerYixun Lan <dlan@gentoo.org>2019-04-03 12:55:29 +0800
commit88194809fe5a4bbda95418c09274d0644e01a602 (patch)
treec7e46ed8b2f85443aaae15bcc974e45d2a4e3ba2
parent436e8f88a6e1a7e68afc7992adafe21d8d71881c (diff)
downloadgentoo-88194809fe5a4bbda95418c09274d0644e01a602.tar.gz
gentoo-88194809fe5a4bbda95418c09274d0644e01a602.tar.xz
app-emulation/xen-tools: disable sys-cluster/glusterfs automagic
Closes: https://bugs.gentoo.org/682006 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r--app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild4
-rw-r--r--app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild4
2 files changed, 8 insertions, 0 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
index f58f83d8863..e5f5d717210 100644
--- a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
@@ -332,6 +332,10 @@ src_prepare() {
-e 's:^#vif.default.script=:vif.default.script=:' \
-i tools/examples/xl.conf || die
+ # disable glusterfs
+ sed -e "s:\$\$source/configure:\0 --disable-glusterfs:" \
+ -i tools/Makefile || die
+
default
}
diff --git a/app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild
index c6d51462da3..bfa221f47fb 100644
--- a/app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild
@@ -338,6 +338,10 @@ src_prepare() {
sed -e "s:\$\$source/configure:\0 --disable-capstone:" \
-i tools/Makefile || die
+ # disable glusterfs
+ sed -e "s:\$\$source/configure:\0 --disable-glusterfs:" \
+ -i tools/Makefile || die
+
default
}