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

4.104.114.95
Last change on this file since 1b29191 was 1b29191, checked in by Chris Johns <chrisj@…>, on 05/14/14 at 06:37:46

config: Mirgrate the remaining configs.

  • Property mode set to 100644
File size: 528 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
13#
14# The RTEMS Tools patches.
15#
16%define rtems_http_git   http://git.rtems.org
17%define rtems_git_tools  %{rtems_http_git}/rtems-tools/plain/tools/
18
19#
20# Fix pkgconfig file on Fedora 64bit.
21#
22%patch add libffi %{rtems_git_tools}/libffi/libffi-pkg-config-lib64-fix.diff
23
24#
25# The LibFFI build instructions. We use 3.x.x Release 1.
26#
27%ifn %{check libffi >= 3}
28 %include %{_configdir}/libffi-3-1.cfg
29%endif
Note: See TracBrowser for help on using the repository browser.