From 542904d51c8406f96e7b8dddbe2beeacd8b06b88 Mon Sep 17 00:00:00 2001
From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 22 Feb 2010 16:41:52 +0000
Subject: [PATCH] Net::uFTP dependency (which on Debian-based systems appears
 to need libssh2-1-dev and libssl-dev installed).  Any volunteers for shaking
 this out on other distros and OS's?

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15611 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/extras/Makefile.install | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index 2666c05f51..afe5f6cf23 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -100,6 +100,7 @@ DEBS =  \
 	libpq-dev\
 	libreadline5-dev\
 	libspreadsheet-writeexcel-perl\
+	libssh2-1-dev\
 	libtext-aspell-perl\
 	libtext-csv-perl\
 	libtext-csv-perl\
@@ -224,6 +225,7 @@ DEB_APACHE_DISMODS = \
 # Chronically unpackaged CPAN modules
 CPAN_MODULES = \
     Business::CreditCard::Object \
+    Net::uFTP \
     Net::Z3950::Simple2ZOOM \
     UUID::Tiny \
     SRU \
-- 
2.11.0