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 }