[arch-commits] Commit in opam/trunk (PKGBUILD)
Jürgen Hötzel
juergen at archlinux.org
Tue Aug 14 15:32:48 UTC 2018
Date: Tuesday, August 14, 2018 @ 15:32:48
Author: juergen
Revision: 371526
OCaml 4.07.0 rebuild
Use "-unsafe-string" compiler mode because of deprecated strings
usage.
Modified:
opam/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-14 15:31:11 UTC (rev 371525)
+++ PKGBUILD 2018-08-14 15:32:48 UTC (rev 371526)
@@ -4,7 +4,7 @@
pkgname=opam
pkgver=1.2.2
-pkgrel=4
+pkgrel=5
pkgdesc='OCaml package manager'
arch=('x86_64')
url='https://opam.ocaml.org/'
@@ -21,7 +21,7 @@
cd "opam-full-$pkgver"
./configure --prefix=/usr
- make -j1 lib-ext all
+ make -j1 lib-ext all OCAMLC="ocamlc -unsafe-string" OCAMLOPT="ocamlopt -unsafe-string"
}
package() {
More information about the arch-commits
mailing list