blob: c0c6fb2188f2ffc952fd19825520d44e6c9a2177 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-src_http_Makefile,v 1.1 2013/06/11 14:56:06 jaapb Exp $
Add netstring-pcre package, no longer provided by netstring by default
--- src/http/Makefile.orig 2012-12-07 15:17:09.000000000 +0000
+++ src/http/Makefile
@@ -1,6 +1,6 @@
include ../../Makefile.config
-LIBS := -package netstring,lwt.ssl,tyxml -I ../baselib
+LIBS := -package netstring,netstring-pcre,lwt.ssl,tyxml -I ../baselib
OCAMLC := $(OCAMLFIND) ocamlc${BYTEDBG}
OCAMLOPT := $(OCAMLFIND) ocamlopt ${OPTDBG}
OCAMLDOC := $(OCAMLFIND) ocamldoc
|