davfs2: needs -fcommon for gcc10

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

View File

@ -14,6 +14,8 @@ homepage="https://savannah.nongnu.org/projects/davfs2"
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=417476cdcfd53966b2dcfaf12455b54f315959b488a89255ab4b44586153d801
CFLAGS="-fcommon"
pre_configure() {
autoreconf -fi
}