From 354b8c29de929490886b8ef4d307d24141846700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:49:12 +0200 Subject: [PATCH] x11vnc: needs -fcommon for gcc10 [ci skip] --- srcpkgs/x11vnc/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/x11vnc/template b/srcpkgs/x11vnc/template index 47d68f0d209..361c6916436 100644 --- a/srcpkgs/x11vnc/template +++ b/srcpkgs/x11vnc/template @@ -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 }