-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FindLame.cmake fails with -Werror=format-security #981
Comments
Are these the default compile flags for Fedora packages? I may see if I can create a custom build type so these are easier for me to check in the future. |
These are the default Fedora 41 flags:
|
I was able to rebuild with 683d1a4 atop fixes/34 and the patch works beautifully. If this qualifies for backport, I'd appreciate it. Thank you @linuxdude42. |
Attempting CMake build on Fedora 41 is unable to "find" lame with the default build flags:
I tracked it down to
-Werror=format-security
which led me to use the following patch which resolves the issue:The text was updated successfully, but these errors were encountered: