libowfat: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
6099d05f82
commit
300ebbc4c0
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ homepage="https://www.fefe.de/libowfat/"
|
|||
distfiles="https://www.fefe.de/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=f4b9b3d9922dc25bc93adedf9e9ff8ddbebaf623f14c8e7a5f2301bfef7998c1
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} CC="$CC" OPT_REG="$CFLAGS" OPT_PLUS="$CFLAGS -O3"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue