[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 db2bc6e345e9c184016230e493d1529a0b0bab37
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Wed Dec 12 14:17:17 2012 +1100

    dropping unused custom CPPFLAG

diff --git a/debian/rules b/debian/rules
index 5b4c3e6..524a220 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# Use amd64-specific optimisations:
-CPPFLAGS += $(if $(filter amd64,$(DEB_HOST_ARCH)),-DFOURWAYSSE2)
-
 %:
 	dh $@ --with autoreconf
 
@@ -34,7 +31,6 @@ override_dh_installchangelogs:
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 
-
 DPATH := $(abspath $(dir $(MAKEFILE_LIST)))
 VER ?= $(shell dpkg-parsechangelog -l$(DPATH)/changelog | perl -ne 'print $$1 if m{Version:\s*([\d\.]+)}')
 .PHONY: get-orig-source

-- 
cgminer packaging



More information about the Pkg-bitcoin-commits mailing list