From 541df959cfc92206e15f29d2d1745e627a22a707 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Fri, 23 Dec 2022 11:23:50 -0800 Subject: T4761: add support for literal IP addresses in URL's Signed-off-by: Daniil Baturin --- debian/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 22202e9..7f137b3 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,7 @@ override_dh_auto_build: eval `opam env` mkdir -p _build ocamlfind ocamlopt -o _build/numeric -package pcre -linkpkg src/numeric.ml + ocamlfind ocamlopt -o _build/file-path -package fileutils -linkpkg src/file_path.ml ocamlfind ocamlopt -o _build/url -package pcre -linkpkg src/url.ml ocamlfind ocamlopt -o _build/validate-value -package pcre,unix,containers -linkpkg src/validate_value.ml -- cgit v1.2.3