From 14611a73ffa40c47018f11d67170e3749461c688 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sun, 25 Feb 2018 16:24:30 +0100 Subject: [PATCH] perl-5.26.1-4: Fallback to local source for net-snmp Currently sourceforge seems to have a problem. If so, use existing copy of source archive. --- perl-5.26.1-4.build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-5.26.1-4.build.sh b/perl-5.26.1-4.build.sh index 70e63a9..db9460c 100755 --- a/perl-5.26.1-4.build.sh +++ b/perl-5.26.1-4.build.sh @@ -495,7 +495,7 @@ cpan PDL::Stats # ( cd $PREFIX/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 -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 || cp /package/pkg/perl-5.26.1-3/build/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 patch -N -p1 < /src/mariux/patches/net-snmp-0001-Fix-incompatible-definitions-of-U64-type.patch || true