Skip to content

Commit

Permalink
system/perl-5.28: Build net-snmp with -j 1
Browse files Browse the repository at this point in the history
Parallel build seems to fail sometimes. Avoid that. Use -j 1 to override
MAKEFLAGS.
  • Loading branch information
donald committed Jan 31, 2019
1 parent 7634bc2 commit 6b96c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/perl-5.28.1-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ cpan LWP::Protocol::https
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)
make -j 1
make install
)

Expand Down

0 comments on commit 6b96c83

Please sign in to comment.