0e2c958e05
- host-gperf is a mandatory dependency since version 2.5.0 and9b129c41ac
- RISC-V 64 bits is supported since version 2.5.0 and5432e15521
- Add a dependency on kernel >= 3.17 because __NR_seccomp is unconditionally used since version 2.5.0 anddead12bc78
and __NR_seccomp is only available since48dc92b9fc
https://github.com/seccomp/libseccomp/blob/v2.5.3/CHANGELOG Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
515 B
Makefile
16 lines
515 B
Makefile
################################################################################
|
|
#
|
|
# libseccomp
|
|
#
|
|
################################################################################
|
|
|
|
LIBSECCOMP_VERSION = 2.5.3
|
|
LIBSECCOMP_SITE = https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)
|
|
LIBSECCOMP_LICENSE = LGPL-2.1
|
|
LIBSECCOMP_LICENSE_FILES = LICENSE
|
|
LIBSECCOMP_CPE_ID_VENDOR = libseccomp_project
|
|
LIBSECCOMP_INSTALL_STAGING = YES
|
|
LIBSECCOMP_DEPENDENCIES = host-gperf
|
|
|
|
$(eval $(autotools-package))
|