From 5588e1fa4f0ef3f1e2d0fd663bf48bffbfe684be Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Sun, 8 Nov 2015 11:58:32 +0000 Subject: Fix FTCBFS. Export CROSS_COMPILE=- (Closes: #794335) --- debian/changelog | 4 ++++ debian/rules | 1 + 2 files changed, 5 insertions(+) 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=- (Closes: #794335) + -- Dimitri John Ledkov 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) -- cgit v1.2.3