mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
config: Patch automake-1.12.6 to remove warning on newer perl versions.
Closes #2616.
This commit is contained in:
parent
17e06f8f99
commit
4b0baed21f
@ -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
|
||||
|
@ -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.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user