buildroot/package/libffi/libffi.mk
Fabrice Fontaine 4fd660c2f4 package/libffi: bump to version 3.3
Update hash for license file (update in year:
058aa41304)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-11-23 21:37:51 +01:00

16 lines
428 B
Makefile

################################################################################
#
# libffi
#
################################################################################
LIBFFI_VERSION = 3.3
LIBFFI_SITE = $(call github,libffi,libffi,v$(LIBFFI_VERSION))
LIBFFI_LICENSE = MIT
LIBFFI_LICENSE_FILES = LICENSE
LIBFFI_INSTALL_STAGING = YES
LIBFFI_AUTORECONF = YES
$(eval $(autotools-package))
$(eval $(host-autotools-package))