Date: Thursday, December 8, 2022 @ 13:38:46
  Author: eworm
Revision: 463622

upgpkg: systemd 252.2-4: enable bpf-framework

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-08 12:41:59 UTC (rev 463621)
+++ PKGBUILD    2022-12-08 13:38:46 UTC (rev 463622)
@@ -5,7 +5,7 @@
 _tag='2306696b774a8c23f3796a0c9ebd8486fbb2a069' # git rev-parse v${_tag_name}
 _tag_name=252.2
 pkgver="${_tag_name/-/}"
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -13,7 +13,8 @@
              'libmicrohttpd' 'libxcrypt' 'libxslt' 'util-linux' 
'linux-api-headers'
              'python-jinja' 'python-lxml' 'quota-tools' 'shadow' 
'gnu-efi-libs' 'git'
              'meson' 'libseccomp' 'pcre2' 'audit' 'kexec-tools' 'libxkbcommon'
-             'bash-completion' 'p11-kit' 'systemd' 'libfido2' 'tpm2-tss' 
'rsync')
+             'bash-completion' 'p11-kit' 'systemd' 'libfido2' 'tpm2-tss' 
'rsync'
+             'bpf' 'libbpf' 'clang' 'llvm')
 options=('debug' 'strip')
 validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 
<[email protected]>
               'A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E'  # Luca Boccassi 
<[email protected]>
@@ -119,6 +120,7 @@
     -Dshared-lib-tag="${pkgver}-${pkgrel}"
     -Dmode=release
 
+    -Dbpf-framework=true
     -Dgnu-efi=true
     -Dima=false
     -Dlibidn2=true
@@ -176,6 +178,7 @@
               'systemd-sysvcompat: symlink package to provide sysvinit 
binaries'
               'polkit: allow administration as unprivileged user'
               'curl: machinectl pull-tar and pull-raw'
+              'libbpf: support BPF programs'
               'libfido2: unlocking LUKS2 volumes with FIDO2 token'
               'tpm2-tss: unlocking LUKS2 volumes with TPM2')
   backup=(etc/pam.d/systemd-user

Reply via email to