summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-automake-1.12.6-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-29 09:28:37 +1100
committerChris Johns <chrisj@rtems.org>2016-02-29 09:28:37 +1100
commit4b0baed21fca6d678ff7eb35a1d340df382f88b3 (patch)
tree04310d9d31cd681dfd55f07fa951bfab469573ee /rtems/config/tools/rtems-automake-1.12.6-1.cfg
parentupdate newlib git revision to get <sys/select.h> RTEMS dependency (diff)
downloadrtems-source-builder-4b0baed21fca6d678ff7eb35a1d340df382f88b3.tar.bz2
config: Patch automake-1.12.6 to remove warning on newer perl versions.
Closes #2616.
Diffstat (limited to 'rtems/config/tools/rtems-automake-1.12.6-1.cfg')
-rw-r--r--rtems/config/tools/rtems-automake-1.12.6-1.cfg6
1 files changed, 6 insertions, 0 deletions
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..bf39d41 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
+%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}