diff --git a/system/perl-5.28.1-0.build.sh b/system/perl-5.28.1-0.build.sh index 5df3f11..b09c68a 100755 --- a/system/perl-5.28.1-0.build.sh +++ b/system/perl-5.28.1-0.build.sh @@ -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)