Files
acpica/acpica-no-compiletime.patch
Thomas Renninger f921044f5a - Update to 20240927
* Fix the acpixf.h file which caused issues for the last release
    (before this) 20240827
  * Fix the pointer offset for the SLIC table

OBS-URL: https://build.opensuse.org/package/show/hardware/acpica?expand=0&rev=161
2024-10-19 01:00:40 +00:00

18 lines
662 B
Diff

Drop the build date from our binary
Index: acpica-unix-20240321/source/compiler/aslutils.c
===================================================================
--- acpica-unix-20240321.orig/source/compiler/aslutils.c
+++ acpica-unix-20240321/source/compiler/aslutils.c
@@ -637,8 +637,8 @@ UtDisplayOneSummary (
{
/* Compiler name and version number */
- FlPrintFile (FileId, "%s version %X [%s]\n\n",
- ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, __DATE__);
+ FlPrintFile (FileId, "%s version %X\n\n",
+ ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION);
}
/* Summary of main input and output files */