Updated net-snmp to build against Perl 5.24
This commit is contained in:
parent
b1bfd06991
commit
ad1c9a41cb
22
net-snmp-5.7.3-Fix-Makefile-PL.patch
Normal file
22
net-snmp-5.7.3-Fix-Makefile-PL.patch
Normal file
@ -0,0 +1,22 @@
|
||||
diff -up net-snmp-5.7.3/perl/ASN/Makefile.PL.orig net-snmp-5.7.3/perl/ASN/Makefile.PL
|
||||
--- net-snmp-5.7.3/perl/ASN/Makefile.PL.orig 2016-05-06 10:35:30.005905040 +0200
|
||||
+++ net-snmp-5.7.3/perl/ASN/Makefile.PL 2016-05-06 10:35:57.518776400 +0200
|
||||
@@ -3,6 +3,7 @@ require 5;
|
||||
use Config;
|
||||
use Getopt::Long;
|
||||
my $lib_version;
|
||||
+my %MakeParams = ();
|
||||
|
||||
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
|
||||
# the contents of the Makefile that is written.
|
||||
diff -up net-snmp-5.7.3/perl/Makefile.PL.orig net-snmp-5.7.3/perl/Makefile.PL
|
||||
--- net-snmp-5.7.3/perl/Makefile.PL.orig 2016-05-06 10:34:38.975143641 +0200
|
||||
+++ net-snmp-5.7.3/perl/Makefile.PL 2016-05-06 10:35:13.326983024 +0200
|
||||
@@ -2,6 +2,7 @@ use ExtUtils::MakeMaker;
|
||||
use Config;
|
||||
use Getopt::Long;
|
||||
require 5;
|
||||
+my %MakeParams = ();
|
||||
|
||||
%MakeParams = InitMakeParams();
|
||||
|
2519
net-snmp-5.7.3-Remove-U64-typedef.patch
Normal file
2519
net-snmp-5.7.3-Remove-U64-typedef.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
||||
Summary: A collection of SNMP protocol tools and libraries
|
||||
Name: net-snmp
|
||||
Version: 5.7.3
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
License: BSD
|
||||
@ -43,6 +43,12 @@ Patch10: net-snmp-5.5-agentx-disconnect-crash.patch
|
||||
Patch11: net-snmp-5.7.2-cert-path.patch
|
||||
Patch12: net-snmp-5.7.3-snmpstatus-null.patch
|
||||
Patch13: net-snmp-5.7.3-cflags.patch
|
||||
# Remove U64 typedef to build against Perl 5.24
|
||||
# Backported from upstream
|
||||
Patch14: net-snmp-5.7.3-Remove-U64-typedef.patch
|
||||
# Fixed Makefile.PL to build against Perl 5.24
|
||||
# For more info: https://rt.perl.org/Public/Bug/Display.html?id=125907
|
||||
Patch15: net-snmp-5.7.3-Fix-Makefile-PL.patch
|
||||
|
||||
Requires(post): chkconfig
|
||||
Requires(preun): chkconfig
|
||||
@ -212,6 +218,8 @@ cp %{SOURCE12} .
|
||||
%patch11 -p1 -b .cert-path
|
||||
%patch12 -p1 -b .snmpstatus-null
|
||||
%patch13 -p1 -b .cflags
|
||||
%patch14 -p1 -b .U64
|
||||
%patch15 -p1 -b .make
|
||||
|
||||
%ifarch sparc64 s390 s390x
|
||||
# disable failing test - see https://bugzilla.redhat.com/show_bug.cgi?id=680697
|
||||
@ -519,6 +527,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon May 09 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.7.3-10
|
||||
- Updated net-snmp to build against Perl 5.24
|
||||
|
||||
* Wed Feb 24 2016 Jan Safranek <jsafrane@redhat.com> - 1:5.7.3-9
|
||||
- Trim net-snmp-config --cflags output (#1309080)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user