summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Raj Sarraf <rrs@researchut.com>2011-05-03 01:47:08 +0530
committerRitesh Raj Sarraf <rrs@researchut.com>2011-05-03 23:50:52 +0530
commit04a07376100cee9f38cabc43b32ce69e130d4b60 (patch)
tree3923a95844673a51730ff4e300cbf00c5ea2d4d8
parent17ff5d9f2c8ea0858e7b7c44a0cd97954ae7a8b3 (diff)
use arch type from DEB_HOST_MULTIARCH
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 8b58375..c7d42e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ SYSPROFDIR = $(CURDIR)/debian/sysprof
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))