From 56ce97b6fd80c58b1a071cfe498f8417bb3fd6f9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 28 Jul 2021 16:36:08 +0300 Subject: [PATCH] acpica-0.0_202106 --- .../acpica/files/OPT_LDFLAGS.patch | 26 +++++++++++++++++++ hardware/powermanagement/acpica/pspec.xml | 10 ++++++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 hardware/powermanagement/acpica/files/OPT_LDFLAGS.patch diff --git a/hardware/powermanagement/acpica/files/OPT_LDFLAGS.patch b/hardware/powermanagement/acpica/files/OPT_LDFLAGS.patch new file mode 100644 index 0000000000..5d9a21f9d3 --- /dev/null +++ b/hardware/powermanagement/acpica/files/OPT_LDFLAGS.patch @@ -0,0 +1,26 @@ +Index: acpica-unix-20191018/generate/unix/Makefile.config +=================================================================== +--- acpica-unix-20191018.orig/generate/unix/Makefile.config ++++ acpica-unix-20191018/generate/unix/Makefile.config +@@ -23,6 +23,9 @@ + # OPT_CFLAGS can be overridden on the make command line by + # adding OPT_CFLAGS="..." to the invocation. + # ++# OPT_LDFLAGS can be overridden on the make command line by ++# adding OPT_LDFLAGS="..." to the invocation. ++# + # Notes: + # gcc should be version 4 or greater, otherwise some of the options + # used will not be recognized. +@@ -165,6 +168,11 @@ LDFLAGS +=-m32 + endif + + # ++# Common linker flags ++# ++OPT_LDFLAGS ?= ++ ++# + # Optionally disable optimizations. Optimization causes problems on + # some compilers such as gcc 4.4 + # diff --git a/hardware/powermanagement/acpica/pspec.xml b/hardware/powermanagement/acpica/pspec.xml index f860e18042..a67a60fed3 100644 --- a/hardware/powermanagement/acpica/pspec.xml +++ b/hardware/powermanagement/acpica/pspec.xml @@ -12,10 +12,11 @@ app:console ACPI debugging tools written by Intel acpica contains an AML interpreter and debugger, ACPI namespace support, ACPI hardware and event support and a full ASL compiler and disassembler. - https://acpica.org/sites/acpica/files/acpica-unix-20200528.tar.gz + https://acpica.org/sites/acpica/files/acpica-unix-20210604.tar_0.gz iasl-20140828-locale.patch iasl-20140214-nostrip.patch + OPT_LDFLAGS.patch @@ -34,6 +35,13 @@ + + 2020-07-28 + 0.0_20210604 + Version Bump + Mustafa Cinasal + muscnsl@pisilinux.org + 2020-01-26 0.0_20200528