sysdig: update to 0.12.0.
Drop musl support as it uses glibc proprietary getaddrinfo_a now.
This commit is contained in:
parent
5fb36ecd6e
commit
d4ac29433c
2 changed files with 5 additions and 13 deletions
|
@ -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 <map>
|
|
||||||
#include <atomic>
|
|
||||||
+#include <sys/select.h>
|
|
||||||
|
|
||||||
class k8s_http;
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sysdig'
|
# Template file for 'sysdig'
|
||||||
pkgname=sysdig
|
pkgname=sysdig
|
||||||
version=0.11.0
|
version=0.12.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
|
configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
|
||||||
-DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF"
|
-DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF"
|
||||||
|
@ -16,9 +16,11 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.sysdig.org/"
|
homepage="http://www.sysdig.org/"
|
||||||
distfiles="https://github.com/draios/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/draios/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=59ae661c8eb33d00f31d33d48a908261bb4b0e2d001e1f40e16b5855fe46103b
|
checksum=8399cfb77e5f61a4d7aa0ef94ec79ab60afc11571f8604791e6378a90a14ce9e
|
||||||
nocross=yes
|
nocross=yes
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
LDFLAGS="-Wl,--no-as-needed -lssl -lcrypto -Wl,--as-needed"
|
||||||
|
only_for_arch="i686 x86_64"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's,"${DIR_ETC}/bash_completion.d",share/bash-completion/completions,g' scripts/CMakeLists.txt
|
sed -i 's,"${DIR_ETC}/bash_completion.d",share/bash-completion/completions,g' scripts/CMakeLists.txt
|
||||||
|
|
Loading…
Reference in a new issue