Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / bcc


Commits:
0050e446 by Carl Smedstad at 2026-03-17T21:39:05+01:00
upgpkg: 0.36.1-3: gcc-libs deprecation

https://archlinux.org/todo/gcc-libs-deprecation/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = bcc
        pkgdesc = BPF Compiler Collection
        pkgver = 0.36.1
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/iovisor/bcc
        arch = x86_64
        license = Apache-2.0
@@ -36,11 +36,12 @@ pkgbase = bcc
 pkgname = bcc
        pkgdesc = BPF Compiler Collection (C library)
        depends = clang
-       depends = gcc-libs
        depends = glibc
        depends = libbpf
        depends = libbpf.so
        depends = libelf
+       depends = libgcc
+       depends = libstdc++
        depends = llvm-libs
        depends = xz
        optdepends = linux-headers: build modules against the Arch kernel


=====================================
PKGBUILD
=====================================
@@ -11,7 +11,7 @@ pkgname=(
   'python-bcc'
 )
 pkgver=0.36.1
-pkgrel=2
+pkgrel=3
 pkgdesc='BPF Compiler Collection'
 arch=('x86_64')
 url='https://github.com/iovisor/bcc'
@@ -105,10 +105,11 @@ package_bcc() {
   pkgdesc+=' (C library)'
   depends=(
     'clang'
-    'gcc-libs'
     'glibc'
     'libbpf' 'libbpf.so'
     'libelf'
+    'libgcc'
+    'libstdc++'
     'llvm-libs'
     'xz'
   )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bcc/-/commit/0050e446132ec601e5dfd82b3cd320010f980b00

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bcc/-/commit/0050e446132ec601e5dfd82b3cd320010f980b00
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to