diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-02 15:10:48 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-02 15:10:48 +0200 |
| commit | 29ace1e216d8c1a588a505c83075c1efde45b299 (patch) | |
| tree | eb6eeb5473324bbf13301cca5a53a3110454ba61 /package/sysdig/Config.in | |
| parent | 8ce27bb9fee80a406a4199657ef90e3c315e7457 (diff) | |
| parent | f80572547038373ff58d2e7a0c89f9c014d12e22 (diff) | |
| download | buildroot-29ace1e216d8c1a588a505c83075c1efde45b299.tar.gz buildroot-29ace1e216d8c1a588a505c83075c1efde45b299.zip | |
Merge branch 'next'
Diffstat (limited to 'package/sysdig/Config.in')
| -rw-r--r-- | package/sysdig/Config.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/package/sysdig/Config.in b/package/sysdig/Config.in index dfb9db5065..d3f73e6ef3 100644 --- a/package/sysdig/Config.in +++ b/package/sysdig/Config.in @@ -3,11 +3,16 @@ config BR2_PACKAGE_SYSDIG depends on BR2_LINUX_KERNEL depends on BR2_INSTALL_LIBSTDCPP # libjson depends on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS - depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 depends on !BR2_STATIC_LIBS # luajit select BR2_PACKAGE_ZLIB select BR2_PACKAGE_LUAJIT select BR2_PACKAGE_JSONCPP + select BR2_PACKAGE_LIBCURL + select BR2_PACKAGE_NCURSES + select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_JQ + select BR2_PACKAGE_LIBB64 help Sysdig is open source, system-level exploration: capture system state and activity from a running Linux instance, @@ -17,7 +22,7 @@ config BR2_PACKAGE_SYSDIG http://sysdig.org -comment "sysdig needs a toolchain w/ C++, gcc >= 4.7, dynamic library and a Linux kernel to be built" +comment "sysdig needs a toolchain w/ C++, gcc >= 4.8, dynamic library and a Linux kernel to be built" depends on !BR2_LINUX_KERNEL || !BR2_INSTALL_LIBSTDCPP \ - || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || BR2_STATIC_LIBS + || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || BR2_STATIC_LIBS depends on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS |

