wok rev 24073
ocaml: disable-force-safe-string
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 08 06:56:08 2021 +0000 (2021-07-08) |
parents | 5d79829fa876 |
children | 3e2a0347b2f1 |
files | ocaml/receipt |
line diff
1.1 --- a/ocaml/receipt Wed Jul 07 17:56:16 2021 +0000 1.2 +++ b/ocaml/receipt Thu Jul 08 06:56:08 2021 +0000 1.3 @@ -28,6 +28,7 @@ 1.4 --bindir /usr/bin \ 1.5 --libdir /usr/lib \ 1.6 --mandir /usr/share/man/man1 \ 1.7 + --disable-force-safe-string \ 1.8 $(echo $CONFIGURE_ARGS | sed 's/--build=[^ ]*//' | sed 's/=/ /g') && 1.9 make -j1 world opt && 1.10 make install