app-emulation/xen-tools: disable sys-cluster/glusterfs automagic
authorTomas Mozes <hydrapolic@gmail.com>
Fri, 29 Mar 2019 11:28:57 +0000 (12:28 +0100)
committerYixun Lan <dlan@gentoo.org>
Wed, 3 Apr 2019 04:55:29 +0000 (12:55 +0800)
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>
app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild

index f58f83d88632ab21eced75d09188e6ab7e995035..e5f5d7172109a98d0247a5dc2d45f315bdf1a3fb 100644 (file)
@@ -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
 }
 
index c6d51462da39a7fca68250939f492793fa935624..bfa221f47fb73a5896107eaef280b48413e676d3 100644 (file)
@@ -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
 }