mbox series

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

Message ID 20210619172150.1294172-1-colin.king@canonical.com
Headers show
Series Fix build issues on s390x and ppc64el | expand

Message

Colin Ian King June 19, 2021, 5:21 p.m. UTC
From: Colin Ian King <colin.king@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(-)