Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=4af687047e463732e563bccd4511b5629a5093f1
commit 4af687047e463732e563bccd4511b5629a5093f1 Author: crazy <[email protected]> Date: Mon Jan 29 21:23:02 2018 +0100 opam-1.2.2-2-x86_64 * rebuild with tc * workaround issues with newer ocalm .. which forces an stricter stig type.. this kind stuff will not work on older packages diff --git a/source/devel-extra/opam/FrugalBuild b/source/devel-extra/opam/FrugalBuild index c995d5d..2f65ede 100644 --- a/source/devel-extra/opam/FrugalBuild +++ b/source/devel-extra/opam/FrugalBuild @@ -3,7 +3,7 @@ pkgname=opam pkgver=1.2.2 -pkgrel=1 +pkgrel=2 pkgdesc='OCaml package manager' archs=('x86_64') groups=('devel-extra') @@ -14,4 +14,4 @@ up2date="Flasttar ${url}/doc/Install.html" source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz") sha1sums=('415ff0506378ab8dfa428fcd0aff3aa28337d93b') _F_make_opts+=" -j1 lib-ext all" - +export OCAMLPARAM="safe-string=0,_" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
