package/beecrypt: fix build without C++
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 1 Mar 2019 20:18:18 +0000 (21:18 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 14 Mar 2019 22:26:32 +0000 (23:26 +0100)
commit6255c816232468b2e92cffcfa835aa79d8fcae04
tree35308f03ed8d5c836c4ce781e90e193b38322043
parentde5fef8c0482889743fb27542ccb013c10f1db8a
package/beecrypt: fix build without C++

Do not check for C++ compiler as C++ support has been disabled since
commit dd4d3c18d6753e1224fbe59d91a4b44f39bc38c0 otherwise
build will fail on toolchains without a working C++ compiler:

checking how to run the C++ preprocessor... /lib/cpp
configure: error: in `/data/buildroot/buildroot-test/instance-1/output/build/beecrypt-4.2.1':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check

Fixes:
 - http://autobuild.buildroot.org/results/3c79cc68f1b088ad24daf7f9bd70718d702be577

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/beecrypt/0003-don-t-check-for-cplusplus-compiler.patch [new file with mode: 0644]