From eec6f273b2ab46224030f6d81db30c74fc655cc4 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 21 Oct 2019 11:14:30 +0200 Subject: [PATCH] system/perl: Remove dependency to rpm Add --with-rpm=no to net-snmp configuration to remove dependency to librpm.so and librpmio.so --- system/perl-5.30.0-0.build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )