package/libsndfile: fix c99 check
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 20 Jun 2021 18:04:09 +0000 (20:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 18 Jul 2021 11:57:10 +0000 (13:57 +0200)
commitbf5bbc1dae38b67fa4092f706ced0e1fd0a86331
tree0550ffe32fa7f4f471548e9f024b4449e4b54e20
parent4ecd247ead22a6cfb87a4ffafc4be05201328aef
package/libsndfile: fix c99 check

Since the bump of libsndfile to version 1.0.31 in commit
8c600fda64f48c16d20588336dd7ac6a32241c6a, the check for c99 contains
"include <wchar.h>" although the package itself does not use wchar
functions outside Windows-specific code.  This patch forces the
detection of c99 for toolchains lacking wchar.

Fixes:
http://autobuild.buildroot.net/results/62c/62c07e66491e2fcf32d3921f8286ec1293591194/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libsndfile/libsndfile.mk