read-edid: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:41 +02:00
parent 781b89cfcf
commit bd0ad9b67b
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ homepage="http://www.polypux.org/projects/read-edid/"
distfiles="http://www.polypux.org/projects/read-edid/${pkgname}-${version}.tar.gz"
checksum=c7c6d8440f5b90f98e276829271ccea5b2ff5a3413df8a0f87ec09f834af186f
CFLAGS="-fcommon"
pre_install() {
sed -i 's/COPYING//' CMakeLists.txt
}