mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-09 07:28:54 +00:00
Fix up some of the options we're using at build time
Definitely don't want to be setting EFI_PATH, as that over-rides the vendored gnu-efi. Argh
This commit is contained in:
parent
de3def7f53
commit
57e2a32bef
5
debian/rules
vendored
5
debian/rules
vendored
@ -37,10 +37,9 @@ export EFI_ARCH := ia32
|
||||
endif
|
||||
|
||||
COMMON_OPTIONS += \
|
||||
RELEASE=15 \
|
||||
COMMIT_ID=888f5b544b7cce3cdae8074aa617b1d4add271a1 \
|
||||
RELEASE=15.3 \
|
||||
COMMIT_ID=39b96c01bfd4547f38c9e573ff5d551057ea272c \
|
||||
MAKELEVEL=0 \
|
||||
EFI_PATH=/usr/lib \
|
||||
ENABLE_HTTPBOOT=true \
|
||||
VENDOR_CERT_FILE=$(cert) \
|
||||
VENDOR_DBX_FILE=$(DBX_LIST) \
|
||||
|
Loading…
Reference in New Issue
Block a user