[Pkg-amule-commits] [SCM] Git repository for pkg-amule branch, master, updated. debian/2.3.1-4-4-gd768244

Sandro Tosi morph at debian.org
Sat Mar 3 20:48:39 UTC 2012


The following commit has been merged in the master branch:
commit 10cd3743e599edbd93c30a1809a95f63e59330e9
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Mar 3 20:37:56 2012 +0100

    re-enable use of fallocate on alpha; thanks to Michael Cree for the report; Closes: #661876

diff --git a/debian/patches/fallocate.diff b/debian/patches/fallocate.diff
index 8d1485a..1e9e2d8 100644
--- a/debian/patches/fallocate.diff
+++ b/debian/patches/fallocate.diff
@@ -1,4 +1,4 @@
-Disable fallocate #562992
+Disable fallocate #562992 (only on hppa, alpha re-enables as per #661876)
 
 This is only a workaround to fix FTBFS, the configure check is wrong and needs to be fixed:
 http://www.amule.org/abugs/view.php?id=1572
@@ -10,7 +10,7 @@ http://www.amule.org/abugs/view.php?id=1572
  #include <errno.h>
  
 +// #562992
-+#if defined(__alpha__) || defined(__hppa__)
++#if defined(__hppa__)
 +#undef HAVE_FALLOCATE
 +#endif
 +

-- 
Git repository for pkg-amule



More information about the Pkg-amule-commits mailing list