Skip to content

Commit

Permalink
system/perl: Remove dependency to rpm
Browse files Browse the repository at this point in the history
Add --with-rpm=no to net-snmp configuration to remove
dependency to librpm.so and librpmio.so
  • Loading branch information
donald committed Oct 21, 2019
1 parent 64a2f0e commit eec6f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/perl-5.30.0-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit eec6f27

Please sign in to comment.