From 34ba495c75bbe6e786b6ce8e5f3dc6a7caf95bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:49:21 +0200 Subject: [PATCH] xstarter: needs -fcommon for gcc10 [ci skip] --- srcpkgs/xstarter/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/xstarter/template b/srcpkgs/xstarter/template index 8c5c7da75d6..aa9a47e45e5 100644 --- a/srcpkgs/xstarter/template +++ b/srcpkgs/xstarter/template @@ -12,3 +12,7 @@ homepage="https://xstarter.org" changelog="https://raw.githubusercontent.com/lchsk/xstarter/master/CHANGELOG" distfiles="https://github.com/lchsk/xstarter/archive/v${version}.tar.gz" checksum=cb82bf837a2693cbbad468812d517256e079d6aae56dde770d473b245603030a + +pre_configure() { + vsed -i CMakeLists.txt -e's;-Wall;-fcommon &;' +}