Skip to content

Commit

Permalink
system/perl-5.28: Add LWP::Protocol::https
Browse files Browse the repository at this point in the history
LWP::Protocol::https is what we needed in the first place, so add it. It
requires Net::SSLeay. One test of Net::SSLeay hangs forver with openssl
1.1.1a (which is propably a error int the test not in openssl), so
install it explicitly without tests.
  • Loading branch information
donald committed Jan 31, 2019
1 parent 9d2df1f commit f338b90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions system/perl-5.28.1-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ cpan DBD::SQLite
cpan Mail::Internet
cpan LWP

# Net::SSLeay require by LWP::Protocol:https
# one tests hangs forever with openssl 1.1.1a
#
cpan -T Net::SSLeay
cpan LWP::Protocol::https

# http://net-snmp.sourceforge.net/ (Net-SNMP : SNMP.pm, NetSNMP::*)
# should match exact version of net-snmp packages
# install everything here to avoid dependency.
Expand Down

0 comments on commit f338b90

Please sign in to comment.