Dominique Leuenberger
9644dc50b9
- Whitelist executable-stack for armv7 OBS-URL: https://build.opensuse.org/request/show/1154069 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=319
9 lines
279 B
Plaintext
9 lines
279 B
Plaintext
# according to the developers this is a false positive
|
|
addFilter("libvlccore.* shared-lib-calls-exit")
|
|
|
|
# there's a good reason for packaging vlc and vlc.desktop separately
|
|
addFilter("desktopfile-without-binary")
|
|
|
|
# Ignore executable stack on armv7
|
|
addFilter("executable-stack")
|