libguestfs: include fuse filesystem
This commit is contained in:
parent
33a5817134
commit
913d981e11
1 changed files with 6 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'libguestfs'
|
||||
pkgname=libguestfs
|
||||
version=1.35.18
|
||||
revision=1
|
||||
revision=2
|
||||
_version_short=${version%.*}
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-probes --disable-appliance
|
||||
--disable-daemon --without-java --enable-introspection=no
|
||||
--disable-erlang --disable-haskell --disable-gobject --without-gtk
|
||||
$(vopt_enable ruby) $(vopt_enable python) $(vopt_enable go golang)
|
||||
$(vopt_enable php) $(vopt_enable lua)"
|
||||
$(vopt_enable php) $(vopt_enable lua) $(vopt_enable fuse)"
|
||||
hostmakedepends="cpio gperf cdrtools flex pkg-config automake libtool qemu git
|
||||
ocaml ocaml-findlib perl-Module-Build perl
|
||||
$(vopt_if ruby ruby) $(vopt_if python python) $(vopt_if go go) $(vopt_if php php) $(vopt_if lua lua)"
|
||||
makedepends="ncurses-devel pcre-devel augeas-devel libxml2-devel gettext-devel
|
||||
yajl-devel perl $(vopt_if ruby ruby-devel) $(vopt_if python python-devel)
|
||||
$(vopt_if php php-devel) $(vopt_if lua lua-devel)"
|
||||
$(vopt_if php php-devel) $(vopt_if lua lua-devel) $(vopt_if fuse fuse-devel)"
|
||||
short_desc="Access and modify virtual machine disk image"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
@ -31,11 +31,12 @@ nocross=yes
|
|||
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
build_options="ruby python go php lua"
|
||||
build_options_default="ruby"
|
||||
build_options="ruby python go php lua fuse"
|
||||
build_options_default="ruby fuse"
|
||||
desc_option_ruby="include ruby support"
|
||||
desc_option_go="include golang support"
|
||||
desc_option_php="include php support"
|
||||
desc_option_fuse="include fuse support"
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's|LD = @LD@|LD = cc|g' perl/Makefile.in
|
||||
|
|
Loading…
Reference in a new issue