supermin: rebuild for ocaml 4.06.0 (safe-string=0).
This commit is contained in:
parent
4e854b98e1
commit
6d2153f76e
1 changed files with 7 additions and 3 deletions
|
@ -1,16 +1,20 @@
|
|||
# Template file for 'supermin'
|
||||
pkgname=supermin
|
||||
version=5.1.19
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="ocaml ocaml-findlib pkg-config e2fsprogs cpio perl"
|
||||
depends="cpio e2fsprogs"
|
||||
makedepends="e2fsprogs-devel"
|
||||
short_desc="Tool for creating supermin appliances."
|
||||
short_desc="Tool for creating supermin appliances"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-3"
|
||||
homepage="http://people.redhat.com/~rjones/supermin/"
|
||||
distfiles="http://libguestfs.org/download/supermin/supermin-${version}.tar.gz"
|
||||
checksum=b5fb1087717106b9b77d14cce1e090222b5e0f9e4d7bbab53d5807d001d7a27f
|
||||
nopie=yes
|
||||
nocross=yes
|
||||
export OCAMLPARAM="safe-string=0,_"
|
||||
|
||||
do_check() {
|
||||
:
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue