ncftp: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:36 +02:00
parent 027b4ad1ee
commit 0b9d6f03d9

View file

@ -10,6 +10,8 @@ homepage="http://www.ncftp.com/ncftp/"
distfiles="ftp://ftp.ncftp.com/${pkgname}/${pkgname}-${version}-src.tar.gz"
checksum=129e5954850290da98af012559e6743de193de0012e972ff939df9b604f81c23
CFLAGS="-fcommon"
post_install() {
vlicense doc/LICENSE.txt
}