gpm: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:24 +02:00
parent 532aed4f20
commit 8366b7eacb
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ homepage="http://www.nico.schottelius.org/software/gpm/"
distfiles="http://www.nico.schottelius.org/software/gpm/archives/gpm-${version}.tar.lzma" distfiles="http://www.nico.schottelius.org/software/gpm/archives/gpm-${version}.tar.lzma"
checksum=a955053b36556ffa7c628ce18fd6de7d625966573fa412fb08869533d8f7385c checksum=a955053b36556ffa7c628ce18fd6de7d625966573fa412fb08869533d8f7385c
CFLAGS="-fcommon"
pre_configure() { pre_configure() {
./autogen.sh ./autogen.sh
} }