]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - cirros-testvm/src-cirros/buildroot-2015.05/package/libffi/Config.in
Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libffi / Config.in
1 config BR2_PACKAGE_LIBFFI
2         bool "libffi"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         help
5           The libffi library provides a portable, high level
6           programming interface to various calling conventions. This
7           allows a programmer to call any function specified by a call
8           interface description at run-time.
9
10           http://sourceware.org/libffi/
11
12 comment "libffi needs a toolchain w/ threads"
13         depends on !BR2_TOOLCHAIN_HAS_THREADS