mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sys-apps/fwupd: backport part 2 of parallel-build fixes
Closes: https://bugs.gentoo.org/913003 Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
16
sys-apps/fwupd/files/fwupd-1.9.5-parallel_build.patch
Normal file
16
sys-apps/fwupd/files/fwupd-1.9.5-parallel_build.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
From 085a89ce3f7734fd9bc0527df7f0bb05e27fbaef Mon Sep 17 00:00:00 2001
|
||||
From: Richard Hughes <richard@hughsie.com>
|
||||
Date: Tue, 12 Sep 2023 07:42:23 +0100
|
||||
Subject: [PATCH] trivial: Fix parallel build, harder still
|
||||
|
||||
Fixes https://github.com/fwupd/fwupd/issues/6175
|
||||
--- a/src/meson.build
|
||||
+++ b/src/meson.build
|
||||
@@ -17,6 +17,7 @@ engine_dep = [
|
||||
polkit,
|
||||
sqlite,
|
||||
cbor,
|
||||
+ fwupdplugin_rs_dep,
|
||||
]
|
||||
|
||||
if get_option('passim').allowed()
|
||||
@@ -94,6 +94,7 @@ DEPEND="
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.9.4-fragile_tests.patch
|
||||
"${FILESDIR}"/${PN}-1.9.5-parallel_build.patch
|
||||
)
|
||||
|
||||
pkg_pretend() {
|
||||
|
||||
Reference in New Issue
Block a user