source: rtems-source-builder/rtems/config/tools/rtems-automake-1.12.6-1.cfg @ 18d4d29

5
Last change on this file since 18d4d29 was 33f1deb, checked in by Sebastian Huber <sebastian.huber@…>, on 11/10/17 at 07:31:58

5: Use ticket attachment for automake patch

Update #2616.

  • Property mode set to 100644
File size: 710 bytes
Line 
1#
2# Automake 1.12.6
3#
4
5%if %{rtems_arch} == none
6 %define _target %{_host}
7%endif
8
9%include %{_configdir}/checks.cfg
10%include %{_configdir}/base.cfg
11%include %{_configdir}/versions.cfg
12
13%define rtems_automake_version 1.12.6
14
15#
16# Fix the warning on new perl versions.
17#
18%patch add automake -p1 https://devel.rtems.org/raw-attachment/ticket/2616/automake-1.12.6-bugzilla.redhat.com-1239379.diff
19%hash  sha256 automake-1.12.6-bugzilla.redhat.com-1239379.diff a406f23667f3e7844ebc77b6f4f43811b9e39046365b686cc689cb0ae9c88b8b
20
21#
22# Check the version of automake in the path.
23#
24%if %{__automake_ver} < %{rtems_automake_version}
25 #
26 # Tools configuration.
27 #
28 %include %{_configdir}/devel/automake-1.12.6-1.cfg
29%endif
Note: See TracBrowser for help on using the repository browser.