package/libcdaudio: fix build with toolchains lacking C++ support
authorPeter Seiderer <ps.report@gmx.net>
Sun, 13 Jan 2019 21:47:22 +0000 (22:47 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 23 Jun 2019 19:44:12 +0000 (21:44 +0200)
commit8307fd013292d6f02116b8f4054c70746dddc009
treeddf58bfe12bb38446fcf2d3dde4db8209ac9c925
parent72bf48606cc5ccf5c48c631d265cbe52d8001a62
package/libcdaudio: fix build with toolchains lacking C++ support

When the target toolchain does not support C++, the provided
libcdaudio configure script tries to run a check with the C++
pre-processor provided by the host (/lib/cpp) which may not exist on
some systems.

This issue is fixed by autoreconfiguring the package, as newly
generated configure scripts do not have this issue.

Fixes:

  http://autobuild.buildroot.net/results/f725a41ef992c42ceef7514d1a8dcac99e6b9114/

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libcdaudio/0001-libcdaudio-enable-autoreconf.patch [new file with mode: 0644]
package/libcdaudio/libcdaudio.mk