nemesis: needs -fcommon for gcc10

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

View File

@ -12,6 +12,8 @@ changelog="https://raw.githubusercontent.com/troglobit/nemesis/master/ChangeLog.
distfiles="https://github.com/troglobit/nemesis/releases/download/v${version}/nemesis-${version}.tar.gz"
checksum=bd6293849f78c7adb73953f242cb7f599fa8a5390d5beaf377cdc100741fa026
CFLAGS="-fcommon"
post_install() {
vlicense LICENSE
}