asm/page.h
Jeremy Huntwork
jhuntwork at linuxfromscratch.org
Tue Apr 22 13:09:10 MDT 2008
On Tue, Apr 22, 2008 at 12:02:14PM -0700, Dan Nicholson wrote:
> On Tue, Apr 22, 2008 at 11:47 AM, Jeremy Huntwork
> For page.h, we'll need to patch so that getpagesize() or sysconf(
> _SC_PAGESIZE) is used instead of PAGE_SIZE. That's the way it always
> should have been, anyway. Which source file in perl is choking?
ext/IPC/SysV/SysV.xs
I removed the line where it includes the header and Perl built
successfully and all tests passed. This is also what Gentoo does:
https://bugs.gentoo.org/show_bug.cgi?id=168312
However, there's likely a better and more robust solution. I haven't dug
any deeper yet.
--
JH
More information about the lfs-dev
mailing list