package/parted: disable on uclibc
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 13 Feb 2020 22:36:44 +0000 (23:36 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 14 Feb 2020 08:13:07 +0000 (09:13 +0100)
commit25b1dc4613326b1b2674ab07484993991ab90886
treeb25539ab55a308bddd92b10d916b75cfa8e2087a
parenta17cb3532c7f2dfb0916c14ea07894f70d29f059
package/parted: disable on uclibc

Like postgreSQL (and imagemagick), parted does not build against uClibc
with locales enabled, due to an uClibc bug, see
http://lists.uclibc.org/pipermail/uclibc/2014-April/048326.html:

In file included from atari.c:42:
atari.c: In function 'atr_part_correct':
atari.c:221:9: error: dereferencing pointer to incomplete type 'struct __uclibc_locale_struct'
  return isalnum_l(part->id[0], atr_c_locale)
         ^~~~~~~~~

So disable parted on uclibc

Fixes:
 - http://autobuild.buildroot.org/results/992518d340a9f32a0721d6e66936850c4c3ef2e4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/parted/Config.in
package/python-pyparted/Config.in
package/udisks/Config.in