source: rtems-source-builder/bare/config/devel/libffi-3.0.13-1.cfg @ 9d4d373

4.11
Last change on this file since 9d4d373 was 9d4d373, checked in by Chris Johns <chrisj@…>, on 03/17/16 at 08:24:15

bare: Correct the libffi-3.0.13 hash.

Updates #2657.

  • Property mode set to 100644
File size: 678 bytes
Line 
1#
2# LibFFI
3#
4
5%if %{release} == %{nil}
6%define release 1
7%endif
8
9%include %{_configdir}/base.cfg
10
11%define libffi_version 3.0.13
12%hash md5 libffi-3.0.13.tar.gz 45f3b6dbc9ee7c7dfbbbc5feba571529
13
14#
15# The RTEMS Tools patches.
16#
17%define rtems_http_git   http://git.rtems.org
18%define rtems_git_tools  %{rtems_http_git}/rtems-tools/plain/tools/
19
20#
21# Fix pkgconfig file on Fedora 64bit.
22#
23%patch add libffi %{rtems_git_tools}/libffi/libffi-pkg-config-lib64-fix.diff
24%hash md5 libffi-pkg-config-lib64-fix.diff ad8312d972720ab59fb9212d44d37792
25
26#
27# The LibFFI build instructions. We use 3.x.x Release 1.
28#
29%ifn %{pkgconfig check libffi >= 3}
30 %include %{_configdir}/libffi-3-1.cfg
31%endif
Note: See TracBrowser for help on using the repository browser.