- Package:
- src:libjpeg-turbo
- Source:
- src:libjpeg-turbo
- Submitter:
- Helmut Grohne
- Date:
- 2026-08-31 20:37:02 UTC
- Severity:
- normal
- Tags:
libjpeg-turbo fails to cross build from source, because the it fails running the host architecture Java compiler. Usually, when building Java libraries, a build architecture compiler is needed as the output is architecture-independent. Once annotating the jdk with :native, libjpeg-turbo cross builds successfully. Please find a patch attached for your convenience. Helmut