mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-13 18:40:21 +00:00

This makes it so two builds of the same .deb on different hosts won't have wildly different file offsets. Signed-off-by: Peter Jones <pjones@redhat.com>
9 lines
191 B
C
9 lines
191 B
C
|
|
#include "version.h"
|
|
|
|
CHAR8 shim_version[] __attribute__((section (".data.ident"))) =
|
|
"UEFI SHIM\n"
|
|
"$Version: @@VERSION@@ $\n"
|
|
"$BuildMachine: @@UNAME@@ $\n"
|
|
"$Commit: @@COMMIT@@ $\n";
|