mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-07-13 09:46:37 +01:00
63967cf6c0
* Update Buildroot 2019.02.8 * Update patches
15 lines
438 B
Makefile
15 lines
438 B
Makefile
################################################################################
|
|
#
|
|
# libseccomp
|
|
#
|
|
################################################################################
|
|
|
|
LIBSECCOMP_VERSION = 2.4.1
|
|
LIBSECCOMP_SITE = $(call github,seccomp,libseccomp,v$(LIBSECCOMP_VERSION))
|
|
LIBSECCOMP_LICENSE = LGPL-2.1
|
|
LIBSECCOMP_LICENSE_FILES = LICENSE
|
|
LIBSECCOMP_INSTALL_STAGING = YES
|
|
LIBSECCOMP_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|