mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Fixes a BPF generation bug where the optimizer mistakenly identified
duplicate BPF code blocks.
Signed-off-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit d5787d1ab1)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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))
|