From 718df0ff9ce71827254b521223961be32fa4c031 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 9 Dec 2020 18:21:19 +0100 Subject: [PATCH] xscreensaver: Disable sonar hack using configure script The patch does not apply anymore. The configure script allows us to disable it. --- xscreensaver.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xscreensaver.be0 b/xscreensaver.be0 index 6add6f2db..1be356453 100755 --- a/xscreensaver.be0 +++ b/xscreensaver.be0 @@ -15,7 +15,7 @@ SRCURL[0]="https://www.jwz.org/xscreensaver/xscreensaver-${PKGVERSION}.tar.gz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL[0]="/src/mariux/patches/xscreensaver-remove-sonar.diff" +# PATCHURL[0]="" ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not @@ -57,6 +57,7 @@ mee_configure() { start_cmd sed 's/gdmflexiserver -ls/dm-tool switch-to-greeter/' -i ${S}/configure # can't find configure switch to do this. 'with-login-manager' doesn't work like expected bee_configure \ + --with-setuid-hacks=no \ --with-setcap-hacks=no }