summaryrefslogtreecommitdiff
path: root/hints/gnu.sh
Commit message (Collapse)AuthorAgeFilesLines
* enable LFS on GNU/HurdPino Toscano2011-11-061-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 Toscano2011-10-311-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 themSamuel Thibault2011-06-051-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/HurdRafael Garcia-Suarez2005-03-101-0/+3
| | | p4raw-id: //depot/perl@24016
* 1. Creating backward compatibility for Configure after patchesBrendan O'Dea2004-02-171-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/HurdMark Kettenis1998-12-111-0/+33
To: perl5-porters@perl.org Message-Id: <199812102100.WAA00097@delius.kettenis.nl> p4raw-id: //depot/cfgperl@2462