Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable LFS on GNU/Hurd | Pino Toscano | 2011-11-06 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | at the moment, perl is compiled on GNU/Hurd without large file support. This, other than the lacking of support for files > 2 GB, causes the failure in the t/op/stat.t test. The failure in stat.t happens because of the following: when filtering devices in /dev/* using grep {} with -b/-c, stat fails for large devices such as /dev/hdX blocks, or /dev/zero chars (this latter case should be an Hurd-specific issue, but shouldn't matter for this case), hence the counts done with grep {} and the ones done filtering the output of `ls' don't match. The attached patch enables the LFS using the same way used on linux.sh; about t/op/lfs.t, it gets skipped at the "kernel/fs not configured to use large files?" check, although it correctly detects sparse files and (at least by looking at the disk usage) allocates the 5GB (or so) file created with system() in that test. | ||||
* | Improve general GNU hints, needed for GNU/Hurd. | Pino Toscano | 2011-10-31 | 1 | -0/+12 |
| | | | | | | | | Bug-Debian: http://bugs.debian.org/636609 Patch-Name: fixes/hurd-hints.diff With minor modifications to add Pino to AUTHORS. | ||||
* | Make hints/gnu.sh append to $ccflags rather than overriding them | Samuel Thibault | 2011-06-05 | 1 | -1/+1 |
| | | | | | | | Bug-Debian: http://bugs.debian.org/587901 Don't override possible extra $ccflags values given to Configure on GNU/Hurd. | ||||
* | Patch for Debian bug #258618, compilation under Debian/Hurd | Rafael Garcia-Suarez | 2005-03-10 | 1 | -0/+3 |
| | | | p4raw-id: //depot/perl@24016 | ||||
* | 1. Creating backward compatibility for Configure after patches | Brendan O'Dea | 2004-02-17 | 1 | -1/+1 |
| | | | | | | | | | #22227 and #22302 to still support 5.8.x and below 2. Small change for building on GNU hurd From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20040215122717.GA26812@londo.c47.org> p4raw-id: //depot/perl@22314 | ||||
* | 5.005_54 (CONFIG) Added support for GNU/Hurd | Mark Kettenis | 1998-12-11 | 1 | -0/+33 |
To: perl5-porters@perl.org Message-Id: <199812102100.WAA00097@delius.kettenis.nl> p4raw-id: //depot/cfgperl@2462 |