Date: Monday, November 14, 2022 @ 09:17:01
Author: eworm
Revision: 1347489
use upstream fix for utmp test failure
Modified:
lib32-systemd/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 09:03:08 UTC (rev 1347488)
+++ PKGBUILD 2022-11-14 09:17:01 UTC (rev 1347489)
@@ -28,6 +28,8 @@
'SKIP')
_backports=(
+ # test: compile test-utmp.c only if UTMP is enabled
+ '2ec3187d6c5145804722f5c8cbdfb7a30e7c6dc9'
)
_reverts=(
@@ -43,9 +45,6 @@
# disable for now
sed -i '/test-dlopen-so/d' src/test/meson.build
- # this test fails when building without utmp
- sed -i '/test-utmp/d' src/test/meson.build
-
local _c
for _c in "${_backports[@]}"; do
git cherry-pick -n "${_c}"