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:
Steve McIntyre 2021-03-15 20:19:01 +00:00
parent de3def7f53
commit 57e2a32bef

5
debian/rules vendored
View File

@ -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) \