debian/rules.real: Include rules.defs before using architecture variables

Closes: #862842
This commit is contained in:
Ben Hutchings 2017-06-10 21:53:27 +01:00
parent 9bf3ee218c
commit ab537b5c46
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -18,6 +18,8 @@ linux (4.11.4-1) UNRELEASED; urgency=medium
* Set ABI to 1
* ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
* ipv6: Fix leak in ipv6_gso_segment().
* debian/rules.real: Include rules.defs before using architecture variables
(Closes: #862842)
-- Ben Hutchings <ben@decadent.org.uk> Tue, 06 Jun 2017 20:43:11 +0100

4
debian/rules.real vendored
View File

@ -17,6 +17,8 @@ ifeq ($(DISTRIBUTOR),)
DISTRIBUTOR := Debian
endif
include debian/rules.defs
ifdef OVERRIDE_HOST_TYPE
CROSS_COMPILE := $(OVERRIDE_HOST_TYPE)-
else ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
@ -33,8 +35,6 @@ export DEB_BUILD_PATH = $(CURDIR) # for dpkg-buildflags
export LC_ALL = C.UTF-8
undefine LANGUAGE
include debian/rules.defs
stamp = [ -d $(dir $@) ] || mkdir $(dir $@); touch $@
setup_env := env -u ABINAME -u ARCH -u FEATURESET -u FLAVOUR -u VERSION -u LOCALVERSION