diff options
author | Oliver Metz <oliver.metz@googlemail.com> | 2011-10-09 02:08:42 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-10-09 02:08:42 +0200 |
commit | cc87588a613ce5de8cb47b04f63ba267d1ecfd1e (patch) | |
tree | 051bf5b84bb754c08237fa267082d36e0e8396d6 | |
parent | faf7c62f1d66c51e8162e30119bfc06d2bc68f1c (diff) | |
download | busybox-w32-cc87588a613ce5de8cb47b04f63ba267d1ecfd1e.tar.gz busybox-w32-cc87588a613ce5de8cb47b04f63ba267d1ecfd1e.tar.bz2 busybox-w32-cc87588a613ce5de8cb47b04f63ba267d1ecfd1e.zip |
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>
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h index aa1bc331b..d79cc97e5 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -366,7 +366,7 @@ typedef unsigned smalluint; | |||
366 | #if defined(__UCLIBC_MAJOR__) | 366 | #if defined(__UCLIBC_MAJOR__) |
367 | # if __UCLIBC_MAJOR__ == 0 \ | 367 | # if __UCLIBC_MAJOR__ == 0 \ |
368 | && ( __UCLIBC_MINOR__ < 9 \ | 368 | && ( __UCLIBC_MINOR__ < 9 \ |
369 | || (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 31) \ | 369 | || (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 32) \ |
370 | ) | 370 | ) |
371 | # undef HAVE_STRVERSCMP | 371 | # undef HAVE_STRVERSCMP |
372 | # endif | 372 | # endif |