[Pkg-amule-commits] [SCM] Git repository for pkg-amule branch, master, updated. debian/2.2.6+debian0-3-4-g8223e9b

Giuseppe Iuculano iuculano at debian.org
Wed Jan 6 08:46:46 UTC 2010


The following commit has been merged in the master branch:
commit 06240cbcbd2d36f58a1c05ffe4085ce33dbf398e
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Tue Jan 5 17:36:57 2010 +0100

    Really disable fallocate only on alpha and hppa

diff --git a/debian/patches/fallocate.diff b/debian/patches/fallocate.diff
index 276dced..ce6ba63 100644
--- a/debian/patches/fallocate.diff
+++ b/debian/patches/fallocate.diff
@@ -10,7 +10,7 @@ http://www.amule.org/abugs/view.php?id=1572
  #include <errno.h>
  
 +// #562992
-+#if !defined(__alpha__) && !defined(__hppa__)
++#if defined(__alpha__) || defined(__hppa__)
 +#undef HAVE_FALLOCATE
 +#endif
 +

-- 
Git repository for pkg-amule



More information about the Pkg-amule-commits mailing list