#1128791 flobopuyo FTCBFS: wrong compiler choice

#1128791#5
Date:
2026-02-22 08:00:37 UTC
From:
To:
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