[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05

Clint Adams schizo at debian.org
Sun Nov 15 03:17:21 UTC 2009


The following commit has been merged in the upstream branch:
commit 4dd78315002434966fe9aa798acac00733e9f1fa
Author: Clint Adams <schizo at debian.org>
Date:   Wed Nov 21 02:59:23 2007 +0000

    Apply patch from Andrew Benham to handle 64-bit builds on Solaris.   closes: #452095.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-140

diff --git a/communicate.h b/communicate.h
index c21d295..378fff6 100644
--- a/communicate.h
+++ b/communicate.h
@@ -35,7 +35,7 @@
 #endif
 
 /* Then decide whether we do or do not use the stat64 support */
-#if defined(sun) || __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1)
+#if (defined(sun) && !defined(__SunOS_5_5_1) && !defined(_LP64)) || __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1)
 # define STAT64_SUPPORT
 #else
 # warning Not using stat64 support

-- 
fakeroot



More information about the Fakeroot-commits mailing list