From: Jason Stephenson Date: Sat, 19 May 2012 02:51:14 +0000 (-0400) Subject: Add libnet-https-any-perl as precise deb requirement in Makefile.install. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=65a75840f824e104792c8913336e8fa18d358339;p=evergreen%2Fmasslnc.git Add libnet-https-any-perl as precise deb requirement in Makefile.install. Business::OnlinePayment::PayPal requires it, and it does not always want to install from CPAN. It says it require either Net-SSLeay or Crypt-SSLeay but the CPAN package never wants to install unless they both are installed. The deb package for Ubuntu seems to do the right thing. Signed-off-by: Jason Stephenson Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 7aacaed5fe..aeb84f3c8d 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -110,7 +110,8 @@ EXTRA_DEBS_PRECISE = \ liblibrary-callnumber-lc-perl \ libsru-perl \ libnet-z3950-simple2zoom-perl \ - libuuid-tiny-perl + libuuid-tiny-perl \ + libnet-https-any-perl FEDORA_RPMS = \ aspell \