[pkg-d-commits] [ldc] 05/09: d/rules: Only set DEB_HOST_ARCH if not set already
Matthias Klumpp
mak at moszumanska.debian.org
Mon Nov 6 23:45:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to branch master
in repository ldc.
commit baa7b200986f68d594b9943a4aaf88b8d4087427
Author: Matthias Klumpp <mak at debian.org>
Date: Tue Nov 7 00:18:32 2017 +0100
d/rules: Only set DEB_HOST_ARCH if not set already
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index bbc2ee3..de5bf69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ ifeq (,$(wildcard /usr/bin/ldmd2))
endif
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
CFLAGS += $(CPPFLAGS)
CXXFLAGS += $(CPPFLAGS)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git
More information about the pkg-d-commits
mailing list