diff options
author | Steve McIntyre <steve@einval.com> | 2021-03-24 01:34:51 +0000 |
---|---|---|
committer | Steve McIntyre <steve@einval.com> | 2021-03-24 01:38:42 +0000 |
commit | 3d2f49d470ea4eb29c1ce2cbb5bd79b24004c4d5 (patch) | |
tree | 271352b0fc861bab332ea2c3a88e556b4f38b997 /debian/rules | |
parent | 39af76cd0a86d159a65a007219478674ad913d8f (diff) | |
download | efi-boot-shim-debian/15.3-1_deb10u1.tar.gz efi-boot-shim-debian/15.3-1_deb10u1.zip |
Rebuild the new upstream version for busterdebian/15.3-1_deb10u1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 58e7cb7b..9e029e2f 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,7 @@ COMMON_OPTIONS += \ VENDOR_DBX_FILE=$(DBX_LIST) \ EFIDIR=$(distributor) \ CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- \ - CC=$(DEB_HOST_GNU_TYPE)-gcc-10 \ + CC=$(DEB_HOST_GNU_TYPE)-gcc-8 \ $(NULL) $(DBX_LIST): $(DBX_HASHES) |