20 lines
678 B
YAML
20 lines
678 B
YAML
|
---
|
||
|
inspections:
|
||
|
# this inspection is taking way too long and causing timeouts
|
||
|
abidiff: off
|
||
|
# the badfunc is triggered by inet_addr and inet_ntoa which is in the third party
|
||
|
# libraries bundled to thunderbird sources.
|
||
|
badfuncs:
|
||
|
ignore:
|
||
|
- /usr/lib*/thunderbird/libxul.so
|
||
|
- /app/lib*/thunderbird/libxul.so
|
||
|
# We don't plan to build Thunderbird with the LTO because it brings more problems
|
||
|
# than benefits to the package.
|
||
|
annocheck:
|
||
|
- hardened: --ignore-unknown --verbose --skip-lto --skip-cf-protection --skip-property-note
|
||
|
runpath:
|
||
|
# rpath to bundled content
|
||
|
allowed_paths:
|
||
|
- /usr/lib64/thunderbird/bundled/lib64
|
||
|
- /app/lib64/thunderbird/bundled/lib64
|