[SCM] Write filesystems in Perl using FUSE branch, master, updated. debian/0.15.1-1-4-g2b596b9

Salvatore Bonaccorso carnil at debian.org
Mon Apr 30 07:23:02 UTC 2012


The following commit has been merged in the master branch:
commit 2b596b9be63db3afd57486cc5ca456fd2c8950b3
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Apr 30 09:18:08 2012 +0200

    Update fix-FTBFS-on-kfreebsd.patch
    
    Use __GLIBC__ instead of __FreeBSD_kernel__
    
    Git-Dch: Ignore

diff --git a/debian/patches/fix-FTBFS-on-kfreebsd.patch b/debian/patches/fix-FTBFS-on-kfreebsd.patch
index 5864a25..688aa6d 100644
--- a/debian/patches/fix-FTBFS-on-kfreebsd.patch
+++ b/debian/patches/fix-FTBFS-on-kfreebsd.patch
@@ -12,7 +12,7 @@ Last-Update: 2012-04-29
  #endif
  
 -#if defined(__linux__)
-+#if ( defined(__linux__) || defined(__FreeBSD_kernel__) )
++#if ( defined(__linux__) || defined(__GLIBC__) )
  # define STAT_SEC(st, st_xtim) ((st)->st_xtim.tv_sec)
  # define STAT_NSEC(st, st_xtim) ((st)->st_xtim.tv_nsec)
  #else

-- 
Write filesystems in Perl using FUSE



More information about the Pkg-perl-cvs-commits mailing list