- Package:
- src:hivelytracker
- Source:
- hivelytracker
- Submitter:
- Helmut Grohne
- Date:
- 2019-09-29 18:09:13 UTC
- Severity:
- normal
hivelytracker fails to cross build from source, because it does not pass cross tools to make. The easiest way of fixing that is using dh_auto_build. Even then it fails, because the relevant Makefile hard codes the build architecture pkg-config. Beyond that, the PKG_CONFIG_PATH setting needs to be removed, because it breaks the pkg-config cross wrapper. Please consider applying the attached patch. Helmut