$NetBSD: patch-lib_lwt_log_jbuild,v 1.2 2018/04/13 12:59:41 jaapb Exp $

Use lwt_log.core instead of lwt_log (threading not needed)
--- lib/lwt/log/jbuild.orig	2018-02-21 22:12:58.000000000 +0000
+++ lib/lwt/log/jbuild
@@ -4,5 +4,5 @@
   (public_name js_of_ocaml-lwt.logger)
   (synopsis "Lwt logger for js_of_ocaml.")
   (optional)
-  (libraries (js_of_ocaml lwt lwt.log))
+  (libraries (js_of_ocaml lwt lwt_log.core))
   (preprocess (pps (js_of_ocaml-ppx)))))
