mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package:sysdig: bump to version 0.1.100
This patch bumps to version 0.1.100, removes the no more neded upstream included patch and adds the ENABLE_DKMS=OFF configure option. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
1f2bb5504f
commit
d3ec817215
@@ -4,12 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SYSDIG_VERSION = 0.1.99
|
||||
SYSDIG_VERSION = 0.1.100
|
||||
SYSDIG_SITE = $(call github,draios,sysdig,$(SYSDIG_VERSION))
|
||||
SYSDIG_LICENSE = GPLv2
|
||||
SYSDIG_LICENSE_FILES = COPYING
|
||||
SYSDIG_CONF_OPTS = -DUSE_BUNDLED_LUAJIT=OFF -DUSE_BUNDLED_ZLIB=OFF \
|
||||
-DUSE_BUNDLED_JSONCPP=OFF
|
||||
-DUSE_BUNDLED_JSONCPP=OFF -DENABLE_DKMS=OFF
|
||||
SYSDIG_DEPENDENCIES = zlib luajit jsoncpp linux
|
||||
SYSDIG_SUPPORTS_IN_SOURCE_BUILD = NO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user