xstarter: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:49:21 +02:00
parent 0d6f49db84
commit 34ba495c75
1 changed files with 4 additions and 0 deletions

View File

@ -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 &;'
}