[arch-commits] Commit in cgminer/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Mon Apr 22 10:05:20 UTC 2013


    Date: Monday, April 22, 2013 @ 12:05:20
  Author: fyan
Revision: 88774

remove cpu mining options - not supported anymore

Modified:
  cgminer/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-22 09:44:29 UTC (rev 88773)
+++ PKGBUILD	2013-04-22 10:05:20 UTC (rev 88774)
@@ -32,7 +32,7 @@
   #export CFLAGS="-O2 -march=native -mtune=native -msse2"
   
   ./autogen.sh
-  ./configure --prefix=/usr --enable-cpumining --enable-scrypt --disable-adl
+  ./configure --prefix=/usr --enable-scrypt --disable-adl
   
   make
 }




More information about the arch-commits mailing list