Date: Monday, November 14, 2022 @ 13:01:07
Author: eworm
Revision: 1347511
disable tmp2 with meson option...
... and drop the test workaround.
Modified:
lib32-systemd/trunk/PKGBUILD
----------+
PKGBUILD | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 10:35:44 UTC (rev 1347510)
+++ PKGBUILD 2022-11-14 13:01:07 UTC (rev 1347511)
@@ -41,10 +41,6 @@
# add upstream repository for cherry-picking
git remote add -f upstream ../systemd
- # this test fails due to missing libtss2-esys.so.0
- # disable for now
- sed -i '/test-dlopen-so/d' src/test/meson.build
-
local _c
for _c in "${_backports[@]}"; do
git cherry-pick -n "${_c}"
@@ -105,6 +101,7 @@
-Dresolve=true
-Defi=false
-Dtpm=false
+ -Dtpm2=false
-Denvironment-d=false
-Dbinfmt=false
-Drepart=false