-
Notifications
You must be signed in to change notification settings - Fork 20
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
24.5 broke building on 64-bit ARM #468
Comments
Tested on my RPI aarch64 and it works fine. |
Yes, I did run into issue #460. Usually OpenBSD uses Ninja by default and we rarely run into issues nowadays. I am using the Makefile generator for now. But that wasn't the initial issue. I think a local CMake patch we have to workaround the par2cmdline-turbo dependency and providing the source code is interacting with other changes to introduce this breakage. |
@brad0 Regarding Sync par2cmdline-turbo: |
The local patch was slightly modified to remove the foreach() loop and it seems to have resolved the issue. |
NZBGet Version
v24.5-stable
Platform
All
Environment
Problem or Question
I noticed a few commits making changes to compiler command line options. Something changed as it's now passing 32-bit ARM options on 64-bit ARM and breaking the build.
Steps To Reproduce
Build.
Logs
No response
Extra information
No response
The text was updated successfully, but these errors were encountered: