package/pax-utils: needs wchar
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 31 Oct 2020 15:08:36 +0000 (16:08 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 31 Oct 2020 20:42:38 +0000 (21:42 +0100)
commit04739c78e61c5f6aef96e653d7658adabea0eb3e
treecbe2a89af739a437d157a9e8d9d62ae954a0d550
parentec6598150f4e2ef15b84e3518ee73536dbf3708d
package/pax-utils: needs wchar

pax-utils uses asprintf() since version 1.2.4 (commit
9c0ec154d782795daa3b7d2ae273bbda2b36ae83), and recent versions of
gnulib make use of wctomb() in their implementation of asprintf(),
causing a build failure.

While it seems to be an issue in gnulib, let's for now mark pax-utils
as being not available with !wchar toolchains.

Fixes:

  http://autobuild.buildroot.org/results/613840edba8ea161bb900f3b56d8d3605961c78f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/pax-utils/Config.in