Skip to content

Commit

Permalink
system/perl-5.28: Update net-snmp from version 5.7.3 to 5.8
Browse files Browse the repository at this point in the history
net-snmp needs to be updated, because version 5.7.4 doesn't compile with
openssl1.1.1a.

Do it.
  • Loading branch information
donald committed Jan 31, 2019
1 parent f338b90 commit 3dab478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/perl-5.28.1-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ cpan LWP::Protocol::https
#
(
cd $HOME/build
test -e net-snmp-5.7.3.tar.gz || wget https://downloads.sourceforge.net/project/net-snmp/net-snmp/5.7.3/net-snmp-5.7.3.tar.gz
test -d net-snmp-5.7.3 || tar xvf net-snmp-5.7.3.tar.gz
cd net-snmp-5.7.3
test -e net-snmp-5.8.tar.gz || wget https://downloads.sourceforge.net/project/net-snmp/net-snmp/5.8/net-snmp-5.8.tar.gz
test -d net-snmp-5.8 || tar xvf net-snmp-5.8.tar.gz
cd net-snmp-5.8
patch -N -p1 < /src/mariux/patches/net-snmp-0001-Fix-incompatible-definitions-of-U64-type.patch || true
./configure --prefix $PREFIX
make -j $(nproc)
Expand Down

0 comments on commit 3dab478

Please sign in to comment.