[Pkg-bitcoin-commits] [cgminer] 10/11: Updated debian/rules configure flags to build for new hardware.
Scott Sheridan Howard
showard at moszumanska.debian.org
Tue Apr 15 23:11:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
showard pushed a commit to branch master
in repository cgminer.
commit 0a34d4c8eb97ed8bdf4d847f713da6d21236b7ad
Author: Scott Howard <showard314 at gmail.com>
Date: Tue Apr 15 18:59:27 2014 -0400
Updated debian/rules configure flags to build for new hardware.
---
debian/changelog | 1 +
debian/rules | 11 ++++++-----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5f23dda..b057cec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ cgminer (4.2.3-1) unstable; urgency=low
* New upstream release.
* Updated debian/copyright.
+ * Updated debian/rules configure flags to build for new hardware.
-- Scott Howard <showard at debian.org> Tue, 15 Apr 2014 18:43:38 -0400
diff --git a/debian/rules b/debian/rules
index 62da4d8..91a5638 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,15 +6,18 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
-DRIVERS= --enable-avalon \
+DRIVERS= --enable-ants1 \
+ --enable-avalon \
+ --enable-bab \
--enable-bflsc \
--enable-bitforce \
--enable-bitfury \
+ --enable-cointerra \
+ --enable-drillbit \
--enable-hashfast \
--enable-icarus \
- --enable-bab \
- --enable-minion \
--enable-klondike \
+ --enable-minion \
--enable-modminer
ifeq ($(DEB_BUILD_ARCH_OS),linux)
@@ -25,8 +28,6 @@ endif
dh $@ --with autoreconf
override_dh_auto_configure:
- #./autogen.sh
- ## Can't enable "--enable-ztex" as ztex licensed under GPL-2 while most files are GPL-3+
dh_auto_configure -- --bindir=/usr/lib/cgminer $(DRIVERS) --with-system-libusb
override_dh_auto_build:
--
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