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:
Angelo Compagnucci
2015-05-26 09:34:14 +02:00
committed by Thomas Petazzoni
parent 1f2bb5504f
commit d3ec817215
2 changed files with 2 additions and 33 deletions

View File

@@ -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