- Package:
- src:flobopuyo
- Source:
- src:flobopuyo
- Submitter:
- Helmut Grohne
- Date:
- 2026-02-22 19:43:05 UTC
- Severity:
- normal
- Tags:
Hi Alexandre at al, thanks for your work on removing cdbs. For this package, it provides the foundation to cross building, but does not fix it all the way. The upstream build system both hard codes "g++" and uses CC=g++. The former needs to become substitutable and the latter needs support from debian/rules, because otherwise debhelper subtitutes a C compiler where a C++ compiler is needed. I'm attaching a patch addressing both aspects. Helmut