dmenu-wayland: needs -fcommon for gcc10

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

View File

@ -13,6 +13,8 @@ homepage="https://github.com/nyyManni/dmenu-wayland"
distfiles="https://github.com/nyyManni/dmenu-wayland/archive/v${version}.tar.gz"
checksum=dcbc70156e138b2bb8788aeebf75af14f75e188ed78865840e341b5375ed6614
CFLAGS="-fcommon"
post_install() {
vlicense LICENSE
}