[open-ils-commits] r15611 - trunk/Open-ILS/src/extras (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Feb 22 11:41:55 EST 2010


Author: phasefx
Date: 2010-02-22 11:41:52 -0500 (Mon, 22 Feb 2010)
New Revision: 15611

Modified:
   trunk/Open-ILS/src/extras/Makefile.install
Log:
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?

Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install	2010-02-22 14:58:00 UTC (rev 15610)
+++ trunk/Open-ILS/src/extras/Makefile.install	2010-02-22 16:41:52 UTC (rev 15611)
@@ -100,6 +100,7 @@
 	libpq-dev\
 	libreadline5-dev\
 	libspreadsheet-writeexcel-perl\
+	libssh2-1-dev\
 	libtext-aspell-perl\
 	libtext-csv-perl\
 	libtext-csv-perl\
@@ -224,6 +225,7 @@
 # Chronically unpackaged CPAN modules
 CPAN_MODULES = \
     Business::CreditCard::Object \
+    Net::uFTP \
     Net::Z3950::Simple2ZOOM \
     UUID::Tiny \
     SRU \



More information about the open-ils-commits mailing list