bfe37c448c
- Use official tarball - Drop fourth to seventh patches (already in version) - Update hash of LICENSE file (update in year:2bdc8e52ef
b844a9c7f1
) - Update indentation in hash file (two spaces) https://github.com/libffi/libffi/blob/v3.4.2/README.md Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
484 B
Makefile
18 lines
484 B
Makefile
################################################################################
|
|
#
|
|
# libffi
|
|
#
|
|
################################################################################
|
|
|
|
LIBFFI_VERSION = 3.4.2
|
|
LIBFFI_SITE = \
|
|
https://github.com/libffi/libffi/releases/download/v$(LIBFFI_VERSION)
|
|
LIBFFI_LICENSE = MIT
|
|
LIBFFI_LICENSE_FILES = LICENSE
|
|
LIBFFI_INSTALL_STAGING = YES
|
|
# We're patching Makefile.am
|
|
LIBFFI_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|