[Pkg-bitcoin-commits] [SCM] cgminer packaging branch, master, updated. db2bc6e345e9c184016230e493d1529a0b0bab37

Dmitry Smirnov onlyjob at member.fsf.org
Wed Dec 12 03:22:18 UTC 2012


The following commit has been merged in the master branch:
commit 704a64310be059d6d9c1fd5e5c8a73b972a03d91
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Wed Dec 12 14:13:17 2012 +1100

    disabling ztex due to licensing conflict:
    
     "ztex" files are licensed as GPL-2 while most of cgminer is GPL-3+

diff --git a/debian/rules b/debian/rules
index 2b270be..5b4c3e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,10 +16,10 @@ override_dh_auto_configure:
 	#unzip ADL_SDK/adl.zip include/* -d ADL_SDK/;
 	#mv ADL_SDK/include/* ADL_SDK/;
 	#rm -rf ADL_SDK/adl.zip ADL_SDK/include/;
+	## Can't enable "--enable-ztex" as ztex licensed under GPL-2 while most files are GPL-3+
 	dh_auto_configure -- --bindir=/usr/lib/cgminer \
                              --enable-bitforce \
                              --enable-icarus \
-                             --enable-ztex \
                              --enable-cpumining \
                              --enable-scrypt \
                              --disable-silent-rules

-- 
cgminer packaging



More information about the Pkg-bitcoin-commits mailing list