opam: need to disable safe-string.
This commit is contained in:
parent
fc232660c4
commit
7c97ba2237
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opam'
|
# Template file for 'opam'
|
||||||
pkgname=opam
|
pkgname=opam
|
||||||
version=1.2.2
|
version=1.2.2
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
make_build_args="lib-ext all"
|
make_build_args="lib-ext all"
|
||||||
|
@ -16,4 +16,4 @@ homepage="http://opam.ocamlpro.com"
|
||||||
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=3e4a05df6ff8deecba019d885ebe902eb933acb6e2fc7784ffee1ee14871e36a
|
checksum=3e4a05df6ff8deecba019d885ebe902eb933acb6e2fc7784ffee1ee14871e36a
|
||||||
nocross=yes
|
nocross=yes
|
||||||
#export OCAMLPARAM="safe-string=0,_"
|
export OCAMLPARAM="safe-string=0,_"
|
||||||
|
|
Loading…
Reference in New Issue