From f4cc225e7020d01f93b2d734e295adaa87b9176e Mon Sep 17 00:00:00 2001
From: klausz65 <61782506+klausz65@users.noreply.github.com>
Date: Wed, 01 Feb 2023 16:10:38 +0100
Subject: [PATCH] Switch meson option b_pie from false to true.

---
 make-rules/meson.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/make-rules/meson.mk b/make-rules/meson.mk
index 6cfa886..d00ab44 100644
--- a/make-rules/meson.mk
+++ b/make-rules/meson.mk
@@ -47,7 +47,7 @@
 MESON_OPTIMIZATION ?=	3
 endif
 
-MESON_BUILDPIE ?=	false
+MESON_BUILDPIE ?=	true
 
 # If the component prefers 64-bit binaries, then ensure builds deliver 64-bit
 # binaries to the standard directories and 32-bit binaries to the non-standard

--
Gitblit v1.9.3