- Package:
- src:jpeg-xl
- Source:
- src:jpeg-xl
- Submitter:
- Helmut Grohne
- Date:
- 2025-08-07 06:47:02 UTC
- Severity:
- normal
- Tags:
jpeg-xl fails to cross build from source, because its default-jdk dependency requests a host architecture jdk, which cannot be run. Once annotating it :native, the cross build succeeds. While looking into this, I first tried cross building with the nojava profile, but that happened to not work. The attached patch includes a fix. Please consider applying both in forky. Helmut