kumquat-buildroot/package/netkittelnet
Peter Korsgaard eaef48367e netkittelnet: fix build on toolchains without C++ support
The configure script checks for C++ support as telnet (but not telnetd)
contains C++ code. This used to work by accident if the host had g++,
as we didn't pass TARGET_CONFIGURE_OPTS to configure (which sets CXX to
/bin/false).

Fix it by removing the g++ check and rewriting the configure checks to
use the C compiler instead.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-10-09 09:36:35 +02:00
..
Config.in
netkittelnet-bcopy.patch
netkittelnet.mk netkittelnet: fix build on toolchains without C++ support 2012-10-09 09:36:35 +02:00
netkittelnet.patch netkittelnet: fix build on toolchains without C++ support 2012-10-09 09:36:35 +02:00