libguestfs: unbreak, enable musl

This commit is contained in:
John 2021-02-01 22:07:28 +01:00 committed by John Zimmermann
parent 807dafc716
commit 40f3f74c08
2 changed files with 21 additions and 6 deletions

View file

@ -0,0 +1,19 @@
--- configure 2021-01-06 11:07:19.837834801 +0100
+++ - 2021-02-01 21:59:49.975607517 +0100
@@ -63266,7 +63266,7 @@
else
as_fn_error $? "/etc/os-release not available, please specify the distro using --with-distro=DISTRO" "$LINENO" 5
fi
-
+fi
if case $DISTRO in #(
REDHAT | SUSE | OPENMANDRIVA | MAGEIA ) :
true ;; #(
@@ -63313,7 +63313,6 @@
fi
-fi

View file

@ -1,5 +1,3 @@
broken="https://build.voidlinux.org/builders/x86_64_builder/builds/29937/steps/shell_3/logs/stdio"
# Template file for 'libguestfs'
pkgname=libguestfs
version=1.44.0
@ -17,7 +15,7 @@ hostmakedepends="cpio gperf cdrtools flex pkg-config automake libtool qemu git
ocaml ocaml-findlib perl-Module-Build perl hivex supermin
$(vopt_if ruby ruby) $(vopt_if python python3) $(vopt_if go go) $(vopt_if php php) $(vopt_if lua lua53)"
makedepends="ncurses-devel pcre-devel augeas-devel libxml2-devel gettext-devel file-devel jansson-devel
yajl-devel perl $(vopt_if ruby ruby-devel) $(vopt_if python python3-devel)
yajl-devel perl libtirpc-devel $(vopt_if ruby ruby-devel) $(vopt_if python python3-devel)
$(vopt_if php php-devel) $(vopt_if lua lua53-devel) $(vopt_if fuse fuse-devel)"
short_desc="Access and modify virtual machine disk image"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
@ -31,9 +29,7 @@ conf_files="etc/libguestfs-tools.conf
etc/xdg/virt-builder/repos.d/libguestfs.gpg"
nocross=yes
disable_parallel_build=yes
archs="i686 x86_64 ppc64le"
archs="i686* x86_64* ppc64le*"
build_options="ruby python go php lua fuse"
build_options_default="ruby fuse"