x11vnc: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:49:12 +02:00
parent 7aa1a77814
commit 354b8c29de
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ changelog="https://raw.githubusercontent.com/LibVNC/x11vnc/master/NEWS"
distfiles="https://github.com/LibVNC/${pkgname}/archive/${version}.tar.gz"
checksum=885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba391111bd32bd
CFLAGS="-fcommon"
pre_configure() {
autoreconf -fi
}