mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -8,13 +8,20 @@ SYSDIG_VERSION = 0.23.1
|
||||
SYSDIG_SITE = $(call github,draios,sysdig,$(SYSDIG_VERSION))
|
||||
SYSDIG_LICENSE = GPL-2.0
|
||||
SYSDIG_LICENSE_FILES = COPYING
|
||||
SYSDIG_CONF_OPTS = -DUSE_BUNDLED_LUAJIT=OFF -DUSE_BUNDLED_ZLIB=OFF \
|
||||
-DUSE_BUNDLED_JSONCPP=OFF -DENABLE_DKMS=OFF -DUSE_BUNDLED_CURL=OFF \
|
||||
-DUSE_BUNDLED_NCURSES=OFF -DUSE_BUNDLED_OPENSSL=OFF \
|
||||
-DUSE_BUNDLED_JQ=OFF -DUSE_BUNDLED_B64=OFF
|
||||
SYSDIG_DEPENDENCIES = zlib luajit jsoncpp libcurl ncurses openssl jq libb64 elfutils
|
||||
SYSDIG_CONF_OPTS = -DENABLE_DKMS=OFF -DUSE_BUNDLED_DEPS=OFF
|
||||
SYSDIG_SUPPORTS_IN_SOURCE_BUILD = NO
|
||||
|
||||
SYSDIG_DEPENDENCIES = \
|
||||
elfutils \
|
||||
jq \
|
||||
jsoncpp \
|
||||
libb64 \
|
||||
libcurl \
|
||||
luainterpreter \
|
||||
ncurses \
|
||||
openssl \
|
||||
zlib
|
||||
|
||||
# sysdig creates the module Makefile from a template, which contains a
|
||||
# single place-holder, KBUILD_FLAGS, wich is only replaced with two
|
||||
# things:
|
||||
|
||||
Reference in New Issue
Block a user