[arch-commits] Commit in ocaml/trunk (PKGBUILD)

Jürgen Hötzel juergen at archlinux.org
Sun May 17 18:19:49 UTC 2020


    Date: Sunday, May 17, 2020 @ 18:19:49
  Author: juergen
Revision: 385441

Update to OCaml 4.10.0: reenable -unsafe-string

Modified:
  ocaml/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-17 18:15:45 UTC (rev 385440)
+++ PKGBUILD	2020-05-17 18:19:49 UTC (rev 385441)
@@ -18,7 +18,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix /usr --mandir /usr/share/man
+  ./configure --prefix /usr --mandir /usr/share/man --disable-force-safe-string
   make --debug=v world.opt
 }
 



More information about the arch-commits mailing list