From 65a75840f824e104792c8913336e8fa18d358339 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Fri, 18 May 2012 22:51:14 -0400 Subject: [PATCH] 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 --- Open-ILS/src/extras/Makefile.install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.43.2