summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@debian.org>2015-11-08 11:58:32 +0000
committerDimitri John Ledkov <xnox@debian.org>2015-11-08 11:58:32 +0000
commit5588e1fa4f0ef3f1e2d0fd663bf48bffbfe684be (patch)
tree673dee33b8f58dfe76156b317962662a6350fa30
parent4a93a50bf7eb9840797d930346f8f585a3b17e80 (diff)
Fix FTCBFS. Export CROSS_COMPILE=<triplet>- (Closes: #794335)
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules1
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1aaa2f9b..c8f8a40f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
mdadm (3.3.4-1) unstable; urgency=medium
+ [ Dimitri John Ledkov ]
* Adopting the package as per mjt delegation. Thank you for your
service mainting this package over the years, your contributions
are highly appreciated by all of Debian and derivate communities.
* New upstream release.
* Bump standards version to 3.9.6.0, no changes required.
+ [ Helmut Grohne ]
+ * Fix FTCBFS. Export CROSS_COMPILE=<triplet>- (Closes: #794335)
+
-- Dimitri John Ledkov <xnox@debian.org> Sun, 08 Nov 2015 11:48:03 +0000
mdadm (3.3.2-5) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 7b21d228..7a45299a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@
#export DH_VERBOSE=1
+export CROSS_COMPILE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)-
LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
CXFLAGS = $(shell dpkg-buildflags --get CFLAGS) \
$(shell dpkg-buildflags --get CPPFLAGS)