Summary: | dev-libs/libxslt: Build with large file support | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Allen Webb <allenwebb> |
Component: | Current packages | Assignee: | Sam James <sam> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | base-system, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 471102 |
Description
Allen Webb
2022-12-07 16:48:10 UTC
Would you mind making a PR upstream to add AC_SYS_LARGEFILE to configure.ac? I am getting a pull request ready (In reply to Allen Webb from comment #2) > I am getting a pull request ready Thank you! (In reply to Sam James from comment #3) > (In reply to Allen Webb from comment #2) > > I am getting a pull request ready > > Thank you! The pull request is here: https://github.com/gentoo/gentoo/pull/28592 I might need to do cleanup to so it links properly with the bug. It has been a little while since I have done one of these. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b65c1ab8739171aa41a3ff28bc1c2fef2f8f46 commit 01b65c1ab8739171aa41a3ff28bc1c2fef2f8f46 Author: Allen Webb <allenwebb@google.com> AuthorDate: 2022-12-07 17:02:05 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-12-07 17:50:27 +0000 dev-libs/libxslt: Enable LFS support switch to using LFS-capable functions: fopen -> fopen64 gzopen -> gzopen64 readdir -> readdir64 stat -> stat64 Closes: https://bugs.gentoo.org/884717 Signed-off-by: Allen Webb <allenwebb@google.com> Closes: https://github.com/gentoo/gentoo/pull/28592 Signed-off-by: Sam James <sam@gentoo.org> .../libxslt/{libxslt-1.1.37.ebuild => libxslt-1.1.37-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) |