summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/libffi-3.0.13-1.cfg
blob: bcff736a3dc679c446dc375621cc6407cafdbd0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# LibFFI
#

%if %{release} == %{nil}
%define release 1
%endif

%include %{_configdir}/base.cfg

%define libffi_version 3.0.13

#
# The LibFFI build instructions. We use 3.x.x Release 1.
#
%ifn %{check libffi}
 %include %{_configdir}/libffi-3-1.cfg
%endif