[Pkg-bitcoin-commits] [cgminer] 01/01: Fix that only build KNC on linux architectures (not klondikes)

Scott Sheridan Howard showard at moszumanska.debian.org
Mon Nov 25 00:10:23 UTC 2013


This is an automated email from the git hooks/post-receive script.

showard pushed a commit to branch master
in repository cgminer.

commit 39aace6c3b2c82c13c39a69acc8cc712934949d4
Author: Scott Howard <showard314 at gmail.com>
Date:   Sun Nov 24 19:10:07 2013 -0500

    Fix that only build KNC on linux architectures (not klondikes)
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 270a1c7..6ff31d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cgminer (3.8.2-2) unstable; urgency=low
+
+  * Fix that only build KNC on linux architectures (not klondikes)
+
+ -- Scott Howard <showard at debian.org>  Sun, 24 Nov 2013 19:04:34 -0500
+
 cgminer (3.8.2-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index b4cabfb..e6bf374 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,11 +15,11 @@ DRIVERS=--enable-avalon \
          --enable-bitfury \
          --enable-hashfast \
          --disable-silent-rules \
-         --enable-knc \
+         --enable-klondike \
          --enable-bab
 
 ifeq ($(DEB_BUILD_ARCH_OS),linux)
-DRIVERS+= --enable-klondike
+DRIVERS+= --enable-knc
 endif
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/cgminer.git



More information about the Pkg-bitcoin-commits mailing list