disable strverscmp usage if we build against uClibc-0.9.31
Signed-off-by: Oliver Metz <oliver.metz@googlemail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
faf7c62f1d
commit
cc87588a61
@ -366,7 +366,7 @@ typedef unsigned smalluint;
|
||||
#if defined(__UCLIBC_MAJOR__)
|
||||
# if __UCLIBC_MAJOR__ == 0 \
|
||||
&& ( __UCLIBC_MINOR__ < 9 \
|
||||
|| (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 31) \
|
||||
|| (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 32) \
|
||||
)
|
||||
# undef HAVE_STRVERSCMP
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user