diff --git a/system/perl-5.30.0-0.build.sh b/system/perl-5.30.0-0.build.sh index 911ad03..aee3674 100755 --- a/system/perl-5.30.0-0.build.sh +++ b/system/perl-5.30.0-0.build.sh @@ -145,7 +145,7 @@ cpan LWP::Protocol::https 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 + ./configure --prefix $PREFIX --with-rpm=no make -j 1 make install )