fwts/fwts-no-compiletime.patch
Martin Pluskal adf560d283 Accepting request 851866 from home:oertel:branches:hardware
- 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
2020-11-30 16:06:05 +00:00

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 */