From c5c06e25055403061b247d34f97e773ebed2bf1d Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 23 Apr 2020 00:48:45 +0200 Subject: [PATCH] Force USE of `pam` for KCheckpass. This is some workaround, until this will be fixed. Signed-off-by: Chris --- profiles/package.use.force | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/profiles/package.use.force b/profiles/package.use.force index fe4581de..de66bbc0 100644 --- a/profiles/package.use.force +++ b/profiles/package.use.force @@ -1,8 +1,14 @@ # Chris (2020-04-22) # Building without tdehwlib segfaults, but you can try and report. +# If that is fixed, the build option will be optional again. =trinity-base/tdelibs-9999 hwlib -Chris (2020-04-22) +# Chris (2020-04-22) # As of today Kaffeine can be only build with xinerama support. # If that is fixed, the build option will be optional again. -trinity-apps/kaffeine xinerama \ No newline at end of file +trinity-apps/kaffeine xinerama + +# Chris (2020-04-22) +# KCheckpass cannot be used without pam, because it segfaults. +# If that is fixed, the build option will be optional again. +trinity-base/kcheckpass pam