supermin: rebuild for ocaml 4.06.0 (safe-string=0).

This commit is contained in:
Leah Neukirchen 2017-11-22 13:56:29 +01:00 committed by Leаh Neukirchen
parent 4e854b98e1
commit 6d2153f76e

View file

@ -1,16 +1,20 @@
# Template file for 'supermin' # Template file for 'supermin'
pkgname=supermin pkgname=supermin
version=5.1.19 version=5.1.19
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="ocaml ocaml-findlib pkg-config e2fsprogs cpio perl" hostmakedepends="ocaml ocaml-findlib pkg-config e2fsprogs cpio perl"
depends="cpio e2fsprogs" depends="cpio e2fsprogs"
makedepends="e2fsprogs-devel" makedepends="e2fsprogs-devel"
short_desc="Tool for creating supermin appliances." short_desc="Tool for creating supermin appliances"
maintainer="Andrea Brancaleoni <abc@pompel.me>" maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-3" license="GPL-3"
homepage="http://people.redhat.com/~rjones/supermin/" homepage="http://people.redhat.com/~rjones/supermin/"
distfiles="http://libguestfs.org/download/supermin/supermin-${version}.tar.gz" distfiles="http://libguestfs.org/download/supermin/supermin-${version}.tar.gz"
checksum=b5fb1087717106b9b77d14cce1e090222b5e0f9e4d7bbab53d5807d001d7a27f checksum=b5fb1087717106b9b77d14cce1e090222b5e0f9e4d7bbab53d5807d001d7a27f
nopie=yes
nocross=yes nocross=yes
export OCAMLPARAM="safe-string=0,_"
do_check() {
:
}