hplip-scan-orblite-c99.patch hplip-sclpml-strcasestr.patch hplip-hpaio-gcc14.patch to avoid C99 violations which prevent building with GCC 14. [boo#1225777] The patches were taken frombbb19dff5e
andd726b77698
If the request is OK, please forward it to Factory soon-ish too so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/package/show/Printing/hplip?expand=0&rev=252
10 lines
330 B
Plaintext
10 lines
330 B
Plaintext
from Config import *
|
|
|
|
addFilter("arch-dependent-file-in-usr-share")
|
|
# Ignore any duplicate files
|
|
addFilter("files-duplicate .*/hplip/.*/__init__.py")
|
|
addFilter("files-duplicate .*/hplip/*/__init__.*pyc")
|
|
addFilter("files-duplicate .*/hplip/.*/__pycache__/__init__.*.pyc")
|
|
#
|
|
addFilter("non-executable-script /usr/share/hplip/.*")
|