blob: b9a620f550514470c660e5d856948763a7a74570 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-src_baselib_Makefile,v 1.3 2018/04/13 13:15:00 jaapb Exp $
The lwt_log package has been separated from lwt
--- src/baselib/Makefile.orig 2018-02-01 12:55:17.000000000 +0000
+++ src/baselib/Makefile
@@ -9,7 +9,8 @@ PACKAGE := \
findlib \
tyxml \
${LWT_PREEMPTIVE_PACKAGE} \
- ipaddr
+ ipaddr \
+ lwt_log
LIBS := ${addprefix -package ,${PACKAGE}}
# -no-keep-locs is needed since OCaml 4.06. If we don't compile with
|