Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updpatch: systemd 256.7-1 #4237

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions systemd/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
diff --git PKGBUILD PKGBUILD
index 5a8585c..bc80fc3 100644
--- PKGBUILD
+++ PKGBUILD
@@ -22,7 +22,7 @@
'meson' 'libseccomp' 'pcre2' 'audit' 'kexec-tools' 'libxkbcommon'
'bash-completion' 'p11-kit' 'systemd' 'libfido2' 'tpm2-tss' 'rsync'
'bpf' 'libbpf' 'clang' 'llvm' 'curl' 'gnutls' 'python-pyelftools'
- 'libpwquality' 'qrencode' 'lib32-gcc-libs' 'python-pefile')
+ 'libpwquality' 'qrencode' 'python-pefile')
conflicts=("mkinitcpio<38-1")
validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4' # Lennart Poettering <lennart@poettering.net>
'A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E' # Luca Boccassi <luca.boccassi@gmail.com>
@@ -173,7 +173,7 @@
@@ -175,7 +175,7 @@ build() {
}

check() {
Expand All @@ -20,3 +9,10 @@ index 5a8585c..bc80fc3 100644
}

package_systemd() {
@@ -363,4 +363,6 @@ package_systemd-ukify() {
mv systemd-ukify/install.d "$pkgdir"/usr/lib/kernel/install.d
}

+makedepends=(${makedepends[@]/lib32-*})
+
# vim:ft=sh syn=sh et sw=2:
Loading