bcc: update to 0.24.0.

This commit is contained in:
Leah Neukirchen 2022-01-17 14:44:27 +01:00
parent 26ab6e3892
commit 70cfde56c1
2 changed files with 12 additions and 3 deletions

View file

@ -48,3 +48,12 @@
#include <arpa/inet.h>
#include <errno.h>
#include <fcntl.h>
--- a/src/cc/libbpf/src/gen_loader.c
+++ b/src/cc/libbpf/src/gen_loader.c
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
/* Copyright (c) 2021 Facebook */
+#include <linux/stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -1,7 +1,7 @@
# Template file for 'bcc'
pkgname=bcc
version=0.23.0
revision=2
version=0.24.0
revision=1
wrksrc="bcc"
build_style=cmake
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1"
@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/iovisor/bcc"
distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz>bcc-${version}.tar.gz"
checksum=1a8ad163756926bcc590766682caacdcfdac1b13f54976ab3f25acd5544b15ec
checksum=4ff35d71f1dc3b6fc5626bbb7644afc9eb0953be23e873c61034c8f50c589268
python_version="3"
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then