summaryrefslogtreecommitdiffstats
path: root/bare
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-04-08 16:15:35 +1000
committerChris Johns <chrisj@rtems.org>2014-04-08 16:15:35 +1000
commit34cc5a97f6dfe1ae1ae52a8f14e3a2cf1e4e661b (patch)
tree2d0e4e2c2d4aa985599bbf0bc326fa8f8d6618f3 /bare
parentconfig,sb: Qemu build updates for FreeBSD and the start of MinG32. (diff)
downloadrtems-source-builder-34cc5a97f6dfe1ae1ae52a8f14e3a2cf1e4e661b.tar.bz2
config: Add the libffi version to check for.
Diffstat (limited to 'bare')
-rw-r--r--bare/config/devel/libffi-3.0.13-1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bare/config/devel/libffi-3.0.13-1.cfg b/bare/config/devel/libffi-3.0.13-1.cfg
index a916790..05cb50b 100644
--- a/bare/config/devel/libffi-3.0.13-1.cfg
+++ b/bare/config/devel/libffi-3.0.13-1.cfg
@@ -24,6 +24,6 @@ Patch0: %{rtems_git_tools}/libffi/libffi-pkg-config-lib64-fix.diff
#
# The LibFFI build instructions. We use 3.x.x Release 1.
#
-%ifn %{check libffi}
+%ifn %{check libffi >= 3}
%include %{_configdir}/libffi-3-1.cfg
%endif