Skip to content

Commit

Permalink
app-emulation/libguestfs: fix build error, bug 625742
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
prometheanfire committed Aug 12, 2017
1 parent c1d87f8 commit c31af4d
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions app-emulation/libguestfs/libguestfs-1.28.5-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -119,25 +119,25 @@ src_configure() {
export vmchannel_test=no

econf \
$(use_enable test werror)
--with-libvirt
--with-default-backend=libvirt
--disable-appliance
--disable-daemon
--with-extra="-gentoo"
--with-readline
--disable-php
$(use_enable python)
--without-java
$(use_enable perl)
$(use_enable fuse)
$(use_enable ocaml)
$(use_enable ruby)
--disable-haskell
--disable-golang
$(use_enable introspection gobject)
$(use_enable erlang)
$(use_enable systemtap probes)
$(use_enable test werror) \
--with-libvirt \
--with-default-backend=libvirt \
--disable-appliance \
--disable-daemon \
--with-extra="-gentoo" \
--with-readline \
--disable-php \
$(use_enable python) \
--without-java \
$(use_enable perl) \
$(use_enable fuse) \
$(use_enable ocaml) \
$(use_enable ruby) \
--disable-haskell \
--disable-golang \
$(use_enable introspection gobject) \
$(use_enable erlang) \
$(use_enable systemtap probes) \
$(use_enable lua)
}

Expand Down

0 comments on commit c31af4d

Please sign in to comment.