libguestfs: update to 1.35.20.
This commit is contained in:
parent
59358871d6
commit
152dc94250
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libguestfs'
|
||||
pkgname=libguestfs
|
||||
version=1.35.19
|
||||
version=1.35.20
|
||||
revision=1
|
||||
_version_short=${version%.*}
|
||||
build_style=gnu-configure
|
||||
|
@ -20,7 +20,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://libguestfs.org"
|
||||
distfiles="http://libguestfs.org/download/$_version_short-development/$pkgname-$version.tar.gz"
|
||||
checksum=68d8c8cc3e8a8b19e392baebf3acdcf18bce4b3355fd8160470a43e302e9d0f7
|
||||
checksum=ccad1fcfbb17b1d90c126886fca03f7b06bb0a7a5ebab9be209222fc7e359b6b
|
||||
|
||||
conf_files="etc/libguestfs-tools.conf
|
||||
etc/xdg/virt-builder/repos.d/libguestfs.conf
|
||||
|
@ -40,6 +40,8 @@ desc_option_fuse="include fuse support"
|
|||
|
||||
pre_configure() {
|
||||
sed -i 's|LD = @LD@|LD = cc|g' perl/Makefile.in
|
||||
sed -i 's|CCLD = $(CC)|CCLD = cc -lncursesw|g' fish/Makefile.in
|
||||
|
||||
vbin ${FILESDIR}/update-libguestfs-appliance
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue