i3lock: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:27 +02:00
parent cf71db53b7
commit bbc69895fd
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ homepage="https://i3wm.org/i3lock/"
distfiles="https://i3wm.org/i3lock/i3lock-${version}.tar.bz2"
checksum=d0b2a1a96ce80649958b27b8d54a6069b3aec9e7ffe07d378f9c51763b56bc09
CFLAGS="-fcommon"
pre_build() {
vsed -i 's:login:system-auth:' pam/i3lock
}