let ipkg fail when a package file to be installed is not found
[openwrt/svn-archive/archive.git] / openwrt / package / libffi-sable / Config.in
1 config BR2_PACKAGE_LIBFFI_SABLE
2 prompt "libffi-sable...................... Foreign Function Interface library (for sablevm)"
3 tristate
4 default m if CONFIG_DEVEL
5 help
6 The libffi library provides a portable, high level programming
7 interface to various calling conventions. This allows a programmer to
8 call any function specified by a call interface description at run
9 time.
10
11 http://sources.redhat.com/libffi/
12