[pkg-d-commits] [diet-ng] 01/02: Enforce building without NEON on armhf

Matthias Klumpp mak at moszumanska.debian.org
Mon Oct 2 00:38:16 UTC 2017


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

mak pushed a commit to branch master
in repository diet-ng.

commit 1a8b79668de9fb5132dd93293f8271157f467e5e
Author: Matthias Klumpp <mak at debian.org>
Date:   Mon Oct 2 02:34:08 2017 +0200

    Enforce building without NEON on armhf
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2380fee..5b3f1dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,11 @@
 # -*- makefile -*-
 #export DH_VERBOSE=1
 
-export DFLAGS=-O -g -release
+DFLAGS=-O -g -release
+ifeq ($(DEB_HOST_ARCH),armhf)
+	DFLAGS += -mattr=-neon
+endif
+export DFLAGS
 
 %:
 	dh $@ --parallel

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/diet-ng.git



More information about the pkg-d-commits mailing list