Skip to content

Commit

Permalink
xscreensaver: Disable sonar hack using configure script
Browse files Browse the repository at this point in the history
The patch does not apply anymore. The configure script allows us to
disable it.
  • Loading branch information
pmenzel committed Dec 9, 2020
1 parent 72f4d84 commit 718df0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xscreensaver.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit 718df0f

Please sign in to comment.