mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-07 14:11:00 +00:00
Ensure DEB_HOST_ARCH is set even if not present in the environment.
This commit is contained in:
parent
21efb35cce
commit
1d945f7690
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ shim (15+1533136590.3beb971-2) UNRELEASED; urgency=medium
|
|||||||
* Update VCS to point to salsa.
|
* Update VCS to point to salsa.
|
||||||
* Fix debian/rules syntax for arm64 build.
|
* Fix debian/rules syntax for arm64 build.
|
||||||
* Enable build for i386.
|
* Enable build for i386.
|
||||||
|
* Ensure DEB_HOST_ARCH is set even if not present in the environment.
|
||||||
|
|
||||||
-- Steve Langasek <vorlon@debian.org> Sun, 10 Feb 2019 00:15:19 -0800
|
-- Steve Langasek <vorlon@debian.org> Sun, 10 Feb 2019 00:15:19 -0800
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -12,6 +12,8 @@ else
|
|||||||
distributor=debian
|
distributor=debian
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
|
||||||
|
|
||||||
ifeq ($(DEB_HOST_ARCH),amd64)
|
ifeq ($(DEB_HOST_ARCH),amd64)
|
||||||
export EFI_ARCH := x64
|
export EFI_ARCH := x64
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user