package/libgeotiff: fix build without C++
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 3 Feb 2019 22:35:24 +0000 (23:35 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 4 Feb 2019 09:48:54 +0000 (10:48 +0100)
commit2693362a04912462c0b8c02348607fb110f667f5
treebabc3a9c7fbc57440ade93c29d0c933f95638eb2
parent93e4ee81a2e3e163bf74c24b6ec68f9446f96ae4
package/libgeotiff: fix build without C++

Do not check for C++ compiler as libgeotiff is written in C 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/libgeotiff-1.4.2':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check

Fixes:
 - http://autobuild.buildroot.org/results/72f1c5c1b8fc337a1cff4b280abe99afd65f945b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libgeotiff/0003-libgeotiff-configure.ac-do-not-check-for-C.patch [new file with mode: 0644]