adf560d283
- add patch fwts-fix-non-acpi.patch fix build on non-acpi platforms like ppc64le and s390x - Update to version 20.11.00: * See provided changelog for detailed list of changes OBS-URL: https://build.opensuse.org/request/show/851866 OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=113
12 lines
469 B
Diff
12 lines
469 B
Diff
--- fwts-20.11.00/src/acpica/source/compiler/aslutils.c 2020/11/27 16:29:34 1.1
|
|
+++ fwts-20.11.00/src/acpica/source/compiler/aslutils.c 2020/11/27 16:29:50
|
|
@@ -596,7 +596,7 @@
|
|
/* Compiler name and version number */
|
|
|
|
FlPrintFile (FileId, "%s version %X [%s]\n\n",
|
|
- ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, __DATE__);
|
|
+ ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION);
|
|
}
|
|
|
|
/* Summary of main input and output files */
|