[PATCH 0/2] Fix build issues on s390x and ppc64el

Colin King colin.king at canonical.com
Sat Jun 19 17:21:48 UTC 2021


From: Colin Ian King <colin.king at canonical.com>

Two fixes to resolve build issues on s390x and ppc64el with
the previous Debian updates to use newer debhelper versions.

The first patch removes a legacy workaround with linker issues. The
second patch fixes a s390x strncpy build warning that now we are
using stricter error catching build options.

Colin Ian King (2):
  Remove complex disabling of ACPI for non-ACPI targets
  fwts_acpi_tables: memcpy 4 char ACPI table name

 src/Makefile.am                         |  4 +-
 src/acpi/brightness/brightness-helper.c |  4 --
 src/lib/include/fwts_acpi.h             |  4 --
 src/lib/include/fwts_acpi_tables.h      |  4 --
 src/lib/include/fwts_iasl.h             |  4 --
 src/lib/src/fwts_acpi.c                 |  4 --
 src/lib/src/fwts_acpi_object_eval.c     |  4 --
 src/lib/src/fwts_acpi_tables.c          |  6 +--
 src/lib/src/fwts_iasl.c                 |  4 --
 src/libfwtsacpica/fwts_acpica.c         | 49 -------------------------
 10 files changed, 3 insertions(+), 84 deletions(-)

-- 
2.31.1




More information about the fwts-devel mailing list