- Package:
- src:fparserc++
- Source:
- fparserc++
- Submitter:
- Helmut Grohne
- Date:
- 2019-12-04 04:57:05 UTC
- Severity:
- normal
fparserc++ fails to cross build from source, because it does not pass any cross compilation flags to cmake and thus builds for the build architecture. The easiest way of passing those flags - using dh_auto_configure - makes fparserc++ cross buildable. Please consider applying the attached patch. Helmut