forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-ml/ocaml-dns: backport upstream patch to build with latest ocaml-uri
Package-Manager: Portage-2.3.6, Repoman-2.3.2
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
commit 152097361dbe987af5de4efde78ed28c720900a8 | ||
Author: Anil Madhavapeddy <[email protected]> | ||
Date: Tue May 30 20:45:06 2017 +0100 | ||
|
||
zone_parser: explictly depend on uri.services | ||
|
||
This seems to have been pulled in implicitly before, but breaks | ||
when compiled with jbuilder | ||
|
||
diff --git a/_tags b/_tags | ||
index b38be12..bb5d5c0 100644 | ||
--- a/_tags | ||
+++ b/_tags | ||
@@ -9,6 +9,7 @@ true : package(re re.str ipaddr uri base64 hashcons cstruct result) | ||
"lwt": include | ||
<lwt/*.{ml,mli}>: package(lwt mirage-profile) | ||
<lwt/dig_unix.*>: package(cmdliner lwt.unix uri.services ipaddr.unix lwt) | ||
+<lib/zone_parser.*>: package(uri.services) | ||
<mirage/*.{ml,mli}>: package(lwt duration mirage-time-lwt) | ||
<mirage/*.{ml,mli}>: package(mirage-stack-lwt mirage-kv-lwt) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters