mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-12 09:43:02 +00:00
Build using gcc-7
To get better control of reproducibility during the lifetime of Buster
This commit is contained in:
parent
839af42e06
commit
e17b0af466
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -5,6 +5,8 @@ shim (15+1533136590.3beb971-7) UNRELEASED; urgency=medium
|
||||
+ VLogError(): Avoid NULL pointer dereferences in (V)Sprint calls
|
||||
+ Fix OBJ_create() to tolerate a NULL sn and ln
|
||||
* Update VCS-* fields in debian/control
|
||||
* Build using gcc-7 to get better control of reproducibility during the
|
||||
lifetime of Buster.
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Fri, 03 May 2019 01:39:34 +0100
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -4,7 +4,7 @@ Priority: optional
|
||||
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
|
||||
Uploaders: Steve Langasek <vorlon@debian.org>, Steve McIntyre <93sam@debian.org>
|
||||
Standards-Version: 4.3.0
|
||||
Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-dev
|
||||
Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-dev, gcc-7
|
||||
Vcs-Browser: https://salsa.debian.org/efi-team/shim
|
||||
Vcs-Git: https://salsa.debian.org/efi-team/shim.git
|
||||
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -36,6 +36,7 @@ COMMON_OPTIONS += \
|
||||
VENDOR_CERT_FILE=$(cert) \
|
||||
EFIDIR=$(distributor) \
|
||||
CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- \
|
||||
CC=$(DEB_HOST_GNU_TYPE)-gcc-7 \
|
||||
$(NULL)
|
||||
|
||||
%:
|
||||
|
Loading…
Reference in New Issue
Block a user