FreeBSD Bugzilla – Attachment 261202 Details for
Bug 287481
Mk/Features/pie.mk: add meson support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] Features/pie: add meson support
mesonpie.patch (text/plain), 694 bytes, created by
Siva Mahadevan
on 2025-06-12 15:35:25 UTC
(
hide
)
Description:
[PATCH] Features/pie: add meson support
Filename:
MIME Type:
Creator:
Siva Mahadevan
Created:
2025-06-12 15:35:25 UTC
Size:
694 bytes
patch
obsolete
>From 45a7dbcd938eed7dfcd3db6aae6d26536eb66ea1 Mon Sep 17 00:00:00 2001 >From: Siva Mahadevan <me@svmhdvn.name> >Date: Thu, 12 Jun 2025 09:53:37 -0400 >Subject: [PATCH] Features/pie: add meson support > >--- > Mk/Features/pie.mk | 2 ++ > 1 file changed, 2 insertions(+), 0 deletions(-) > >diff --git a/Mk/Features/pie.mk b/Mk/Features/pie.mk >index 3a8a95b93a..e8a845101e 100644 >--- a/Mk/Features/pie.mk >+++ b/Mk/Features/pie.mk >@@ -16,6 +16,8 @@ > . if !defined(PIE_UNSAFE) > . if defined(_INCLUDE_USES_CMAKE_MK) > CMAKE_ARGS+= -DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true >+. elif defined(_INCLUDE_USES_MESON_MK) >+MESON_ARGS+= -Db_pie=true > . else > PIE_CFLAGS?= -fPIE -fPIC > CFLAGS+= ${PIE_CFLAGS}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
siva
:
maintainer-approval?
(
portmgr
)
Actions:
View
|
Diff
Attachments on
bug 287481
: 261202