mirror of
https://github.com/RGBCube/serenity
synced 2025-07-31 18:07:47 +00:00
Ports: Update acpica-tools to use other upstream
Also, update it to the latest revision, which makes it possible to build without most of the patches we needed before, but now we need our own definitions for LibC includes and to disable errors for the warning bad-function-cast.
This commit is contained in:
parent
f956cd6e6a
commit
061ebd0b15
8 changed files with 141 additions and 82 deletions
|
@ -4,18 +4,15 @@
|
|||
|
||||
Stop compiler warnings on dangling pointer
|
||||
|
||||
Use static variable to prevent using a dangling pointer from a previous
|
||||
stack trace.
|
||||
|
||||
## `0002-Disable-sprintf-debug-message-with-formatting-issues.patch`
|
||||
## `0002-Add-serenity-definitions-for-LibC-includes.patch`
|
||||
|
||||
Disable sprintf debug message with formatting issues
|
||||
Add serenity definitions for LibC includes
|
||||
|
||||
We use the netbsd "acnetbsd.h" file here as a template.
|
||||
|
||||
## `0003-Disable-warnings-for-Werror-bad-function-cast.patch`
|
||||
|
||||
Disable warnings for Werror=bad-function-cast
|
||||
|
||||
|
||||
## `0003-Fix-printf-bad-specifier-formatting.patch`
|
||||
|
||||
Fix printf bad specifier formatting
|
||||
|
||||
Fix sprintf specifier being written in a bad format leading to iASL to
|
||||
crash.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue