From aa19fc4d3851b17211ec4bf8d2466cf73219f63e Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 23 Mar 2019 19:00:59 +0000 Subject: Fix FTCBFS: Set CROSS_COMPILE. (Closes: #922152) --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index f8c5f270..daaed62e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +include /usr/share/dpkg/architecture.mk + # Other vendors, add your certs here. No sense in using # dpkg-vendor --derives-from, because only Canonical-generated binaries will # be signed with this key; so if you are building your own shim binary you @@ -33,6 +35,7 @@ COMMON_OPTIONS += \ ENABLE_HTTPBOOT=true \ VENDOR_CERT_FILE=$(cert) \ EFIDIR=$(distributor) \ + CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- \ $(NULL) %: -- cgit v1.2.3