cgminer: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:18 +02:00
parent 9f238ff33c
commit 93126b987f

View file

@ -17,6 +17,8 @@ homepage="https://github.com/ckolivas/cgminer"
distfiles="http://ck.kolivas.org/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=a8f3e244343eda8c3410e6d27188ee941de25c54bd76412e5b4d17de9f30ac18
CFLAGS="-fcommon"
pre_configure() {
# We have latest jansson and libusb - just use them
sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson.*||' \