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

From: <bugzilla-noreply_at_freebsd.org>
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.