acpica-0.0_202106
This commit is contained in:
@@ -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
|
||||
#
|
||||
@@ -12,10 +12,11 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>ACPI debugging tools written by Intel</Summary>
|
||||
<Description>acpica contains an AML interpreter and debugger, ACPI namespace support, ACPI hardware and event support and a full ASL compiler and disassembler.</Description>
|
||||
<Archive sha1sum="8c78693f98daf4f6c91bdec1fd2851ab6dc9308b" type="targz">https://acpica.org/sites/acpica/files/acpica-unix-20200528.tar.gz</Archive>
|
||||
<Archive sha1sum="a82d511e5e4a55eeb09a02018afd9ff6c6e9911b" type="targz">https://acpica.org/sites/acpica/files/acpica-unix-20210604.tar_0.gz</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">iasl-20140828-locale.patch</Patch>
|
||||
<Patch level="1">iasl-20140214-nostrip.patch</Patch>
|
||||
<Patch level="1">OPT_LDFLAGS.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -34,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-07-28</Date>
|
||||
<Version>0.0_20210604</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-01-26</Date>
|
||||
<Version>0.0_20200528</Version>
|
||||
|
||||
Reference in New Issue
Block a user