config: Patch automake-1.12.6 to remove warning on newer perl versions.

Closes #2616.
This commit is contained in:
Chris Johns 2016-02-29 09:28:37 +11:00
parent 17e06f8f99
commit 4b0baed21f
2 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#
%define rtems_http_git https://git.rtems.org
%define rtems_git_tools %{rtems_http_git}/rtems-tools/plain/tools/%{rtems_version}
%define rtems_autoconf_patches %{rtems_git_tools}/autoconf
%define rtems_automake_patches %{rtems_git_tools}/automake
%define rtems_binutils_patches %{rtems_git_tools}/binutils
%define rtems_gcc_patches %{rtems_git_tools}/gcc
%define rtems_newlib_patches %{rtems_git_tools}/newlib

View File

@ -12,6 +12,12 @@
%define rtems_automake_version 1.12.6
#
# Fix the warning on new perl versions.
#
%patch add automake -p1 %{rtems_automake_patches}/automake-1.12.6-bugzilla.redhat.com-1239379.diff
%hash md5 automake-1.12.6-bugzilla.redhat.com-1239379.diff 8f53b687f9eae7c00c460e80bbef9276
#
# Check the version of automake in the path.
#