Author: Mehdi Dogguy <mehdi@debian.org>
Subject: Findlib is needed to link pgocaml provided binaries

--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@
 FGREP	:= fgrep
 
 OCAMLCFLAGS	:= -g
-OCAMLCPACKAGES	:= -package unix,$(EXTLIB),pcre,calendar,csv
+OCAMLCPACKAGES	:= -package unix,$(EXTLIB),pcre,calendar,csv,findlib
 OCAMLCLIBS	:= -linkpkg
 
 OCAMLSYNTAX := -syntax camlp4o -package camlp4.macro
