[git commit] disable strverscmp usage if we build against uClibc-0.9.31

Denys Vlasenko vda.linux at googlemail.com
Sun Oct 9 00:08:42 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=cc87588a613ce5de8cb47b04f63ba267d1ecfd1e
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Oliver Metz <oliver.metz at googlemail.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 include/platform.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/platform.h b/include/platform.h
index aa1bc33..d79cc97 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -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


More information about the busybox-cvs mailing list