summaryrefslogtreecommitdiffstats
path: root/package/libffi/libffi.mk
blob: b21d12cbd4f2d14ba1506cbaf5f216f260f539c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
################################################################################
#
# libffi
#
################################################################################

LIBFFI_VERSION = v3.3-rc0
LIBFFI_SITE = $(call github,libffi,libffi,$(LIBFFI_VERSION))
LIBFFI_LICENSE = MIT
LIBFFI_LICENSE_FILES = LICENSE
LIBFFI_INSTALL_STAGING = YES
LIBFFI_AUTORECONF = YES

$(eval $(autotools-package))
$(eval $(host-autotools-package))
OpenPOWER on IntegriCloud