nautilus-python: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-19 12:00:58 +02:00
parent 2d6a63a12d
commit 027b4ad1ee

View file

@ -15,3 +15,5 @@ homepage="https://wiki.gnome.org/Projects/NautilusPython"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=073ce0297282259937ab473d189b97a04f42b97197c9292fc3bde9d135282098 checksum=073ce0297282259937ab473d189b97a04f42b97197c9292fc3bde9d135282098
nocross="could not find Python headers" nocross="could not find Python headers"
CFLAGS="-fcommon"