ProcDump-for-Linux: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:04 +02:00
parent bff0e715c0
commit b793a03d8a

View file

@ -13,6 +13,8 @@ distfiles="https://github.com/Microsoft/${pkgname}/archive/${version}.tar.gz"
checksum=f054dc4b3a59799ee9e53bf7ec0e1d9170ecde1037bd8fa8c3c3d7c9ba1a39c3
disable_parallel_build=yes
CFLAGS="-fcommon"
post_install() {
vlicense LICENSE
}