Skip to content

Commit

Permalink
perl-5.26.1-4: Fallback to local source for net-snmp
Browse files Browse the repository at this point in the history
Currently sourceforge seems to have a problem. If so, use existing copy
of source archive.
  • Loading branch information
donald committed Feb 25, 2018
1 parent 880f7a8 commit 14611a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl-5.26.1-4.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14611a7

Please sign in to comment.