From 74a74c6b5404c4b5c2d17cb386a839f69ed6e865 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 17 Jun 2019 15:00:18 +0200 Subject: [PATCH] sysdig: update to 0.26.1. --- srcpkgs/sysdig/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template index d2db2112535..87e7a0a63b1 100644 --- a/srcpkgs/sysdig/template +++ b/srcpkgs/sysdig/template @@ -1,7 +1,7 @@ # Template file for 'sysdig' pkgname=sysdig -version=0.25 -revision=2 +version=0.26.1 +revision=1 archs="i686 x86_64 ppc64le" build_style=cmake configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF @@ -19,7 +19,7 @@ license="Apache-2.0, MIT, GPL-2.0-only" homepage="http://www.sysdig.org/" changelog="https://github.com/draios/sysdig/releases" distfiles="https://github.com/draios/${pkgname}/archive/${version}.tar.gz" -checksum=4ab2d3cebb49e3b059bf974d68cef4cedc141d1544fa2b252cfa1cdf3ee33fdd +checksum=4bc59f4e958c9b971ecb4d6fe98fe0be27a185b87106c76aaf4614ab3ef7129e disable_parallel_build=yes dkms_modules="sysdig ${version}" nocross=yes @@ -27,6 +27,9 @@ nocross=yes post_extract() { sed -i 's,"${DIR_ETC}/bash_completion.d",share/bash-completion/completions,g' scripts/CMakeLists.txt sed -i '1i#include ' userspace/libsinsp/mesos_collector.h + sed -i '1i#include ' userspace/libscap/scap_fds.c + + sed -i '1iset(CMAKE_EXE_LINKER_FLAGS "-ltbb -lcurl")' CMakeLists.txt } post_install() {