- Package:
- src:colorcode
- Source:
- src:colorcode
- Submitter:
- Helmut Grohne
- Date:
- 2024-02-07 10:33:10 UTC
- Severity:
- normal
- Tags:
colorcode fails to cross build from source, because debian/rules does not pass any cross flags to cmake. The easiest way of doing so - using dh_auto_configure - makes colorcode cross buildable. I'm attaching a patch and couldn't resist further simplifying debian/rules to also support parallel building. I hope these changes are fine to apply still. I can produce a more minimal version if needed. Helmut