summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rtems/config/rtems-urls.bset2
-rw-r--r--rtems/config/tools/rtems-automake-1.12.6-1.cfg6
2 files changed, 8 insertions, 0 deletions
diff --git a/rtems/config/rtems-urls.bset b/rtems/config/rtems-urls.bset
index 9c18adc..13fb517 100644
--- a/rtems/config/rtems-urls.bset
+++ b/rtems/config/rtems-urls.bset
@@ -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
diff --git a/rtems/config/tools/rtems-automake-1.12.6-1.cfg b/rtems/config/tools/rtems-automake-1.12.6-1.cfg
index f844013..a9c2bbb 100644
--- a/rtems/config/tools/rtems-automake-1.12.6-1.cfg
+++ b/rtems/config/tools/rtems-automake-1.12.6-1.cfg
@@ -13,6 +13,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?h=4.11
+%hash md5 automake-1.12.6-bugzilla.redhat.com-1239379.diff 8f53b687f9eae7c00c460e80bbef9276
+
+#
# Check the version of automake in the path.
#
%if %{__automake_ver} < %{rtems_automake_version}