maintainer-approval requested: [Bug 268882] print/tex-luatex: not WITH_PIE safe : [Attachment 260966] [PATCH] print/tex-luatex: fix WITH_PIE build, remove PIE_UNSAFE and MAKE_JOBS_UNSAFE
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 268882] print/tex-luatex: not WITH_PIE safe"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Jun 2025 13:49:23 UTC
Siva Mahadevan <me@svmhdvn.name> has asked Tex Mailing List (Nobody) <tex@FreeBSD.org> for maintainer-approval: Bug 268882: print/tex-luatex: not WITH_PIE safe https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268882 Attachment 260966: [PATCH] print/tex-luatex: fix WITH_PIE build, remove PIE_UNSAFE and MAKE_JOBS_UNSAFE https://bugs.freebsd.org/bugzilla/attachment.cgi?id=260966&action=edit --- Comment #3 from Siva Mahadevan <me@svmhdvn.name> --- Created attachment 260966 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=260966&action=edit [PATCH] print/tex-luatex: fix WITH_PIE build, remove PIE_UNSAFE and MAKE_JOBS_UNSAFE The issue was that 'configure' needed to compile some C sources. This patch should fix the issue. I have also tested that MAKE_JOBS_UNSAFE is no longer necessary, so I've removed that in the patch too.