ACPICA tools for the development and debug of ACPI tables
0ce39766e9
The wrong assumptions were being made about what generate/unix/Makefile.config would do with passed in values of OPT_CFLAGS, causing CWARNINGFLAGS to be ignore in that makefile. For packaging purposes, OPT_CFLAGS needs to be used to pass in distro required values; we needed to add to that all of the CWARNINGFLAGS so that we do not have to rewrite or significantly patch large portions of the original makefile. Signed-off-by: Al Stone <ahs3@redhat.com> |
||
---|---|---|
.gitignore | ||
acpibin.1 | ||
acpica-tools.spec | ||
acpidump.1 | ||
acpiexec.1 | ||
acpihelp.1 | ||
acpinames.1 | ||
acpisrc.1 | ||
acpixtract.1 | ||
add-th-option.patch | ||
arm7hl.patch | ||
badcode.asl.result | ||
be-tpm2.patch | ||
big-endian-v2.patch | ||
big-endian.patch | ||
COPYING | ||
cve-2017-13693.patch | ||
cve-2017-13694.patch | ||
cve-2017-13695.patch | ||
f23-harden.patch | ||
free.patch | ||
grammar.asl.result | ||
iasl.1 | ||
int-format.patch | ||
mips-be-fix.patch | ||
OPT_LDFLAGS.patch | ||
ppc64le.patch | ||
README.Fedora | ||
run-misc-tests.sh | ||
simple-64bit.patch | ||
sources | ||
template.patch | ||
unaligned.patch |
Packaging Notes for Fedora ========================== The upstream source contains documentation that may or may not be licensed in a freely redistributable manner. In an excess of caution, the manuals in question have been removed from the source we start with. You can still get your own copies of the documentation from here: https://www.acpica.org/documentation/ The two manuals affected are: (1) ACPICA Reference Manual, describing the ACPI Component Architecture in some detail, and (2) ASL Compiler Reference Manual, describing how to use iasl While there are man pages for the commands, they are very brief. The documents above are recommended reading. Test Cases ========== The aapits tests do not currently build properly. They will be added to this package once they do. In the meantime, ASL, template and misc tests will be run as part of %check.