mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
cgminer: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
9f238ff33c
commit
93126b987f
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ homepage="https://github.com/ckolivas/cgminer"
|
||||||
distfiles="http://ck.kolivas.org/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="http://ck.kolivas.org/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=a8f3e244343eda8c3410e6d27188ee941de25c54bd76412e5b4d17de9f30ac18
|
checksum=a8f3e244343eda8c3410e6d27188ee941de25c54bd76412e5b4d17de9f30ac18
|
||||||
|
|
||||||
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# We have latest jansson and libusb - just use them
|
# We have latest jansson and libusb - just use them
|
||||||
sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson.*||' \
|
sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson.*||' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue