diff --git a/srcpkgs/sysdig/patches/musl-fd_set.patch b/srcpkgs/sysdig/patches/musl-fd_set.patch deleted file mode 100644 index 91c7521ceef..00000000000 --- a/srcpkgs/sysdig/patches/musl-fd_set.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- userspace/libsinsp/k8s_collector.h 2015-11-06 23:42:21.000000000 +0100 -+++ userspace/libsinsp/k8s_collector.h 2015-11-07 17:14:06.891783388 +0100 -@@ -7,6 +7,7 @@ - #include "k8s_common.h" - #include - #include -+#include - - class k8s_http; - diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template index 298349c1561..afe91604119 100644 --- a/srcpkgs/sysdig/template +++ b/srcpkgs/sysdig/template @@ -1,7 +1,7 @@ # Template file for 'sysdig' pkgname=sysdig -version=0.11.0 -revision=2 +version=0.12.0 +revision=1 build_style=cmake configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF -DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF" @@ -16,9 +16,11 @@ maintainer="Christian Neukirchen " license="GPL-2" homepage="http://www.sysdig.org/" distfiles="https://github.com/draios/${pkgname}/archive/${version}.tar.gz" -checksum=59ae661c8eb33d00f31d33d48a908261bb4b0e2d001e1f40e16b5855fe46103b +checksum=8399cfb77e5f61a4d7aa0ef94ec79ab60afc11571f8604791e6378a90a14ce9e nocross=yes disable_parallel_build=yes +LDFLAGS="-Wl,--no-as-needed -lssl -lcrypto -Wl,--as-needed" +only_for_arch="i686 x86_64" post_extract() { sed -i 's,"${DIR_ETC}/bash_completion.d",share/bash-completion/completions,g' scripts/CMakeLists.txt