- Package:
- src:tty-clock
- Source:
- src:tty-clock
- Submitter:
- Helmut Grohne
- Date:
- 2024-02-08 13:33:12 UTC
- Severity:
- normal
- Tags:
tty-clock fails to cross build from source, because the upstream Makefile hard codes the build architecture pkg-config. I'm attaching a patch that makes pkg-config substitutable. After applying it, tty-clock becomes cross buildable. Helmut