[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a
Clint Adams
schizo at debian.org
Tue Aug 23 13:06:32 UTC 2011
The following commit has been merged in the upstream branch:
commit 40cfb2b76b22e23780ff6616cef6dfe14620bbc0
Author: Clint Adams <schizo at debian.org>
Date: Sat Nov 14 22:04:38 2009 -0500
communicate.h: patch from Bernhard Reutner-Fischer to enable LFS builds against uClibc. closes: #556257.
diff --git a/communicate.h b/communicate.h
index 9979f81..d20a436 100644
--- a/communicate.h
+++ b/communicate.h
@@ -50,7 +50,10 @@
#endif
/* Then decide whether we do or do not use the stat64 support */
-#if defined __APPLE__ || (defined(sun) && !defined(__SunOS_5_5_1) && !defined(_LP64)) || __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1)
+#if defined __APPLE__ \
+ || (defined(sun) && !defined(__SunOS_5_5_1) && !defined(_LP64)) \
+ || (!defined __UCLIBC__ && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1))) \
+ || (defined __UCLIBC__ && defined __UCLIBC_HAS_LFS__)
# define STAT64_SUPPORT
#else
# warning Not using stat64 support
--
fakeroot
More information about the Fakeroot-commits
mailing list