From 9eb59653e125a3ab8e309dac1677f00b6c04af7a Mon Sep 17 00:00:00 2001 From: madomado Date: Sat, 20 Jul 2024 16:12:00 +0800 Subject: [PATCH] -fPIE Signed-off-by: madomado --- anda/misc/tracy/tracy.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/misc/tracy/tracy.spec b/anda/misc/tracy/tracy.spec index e2111d3b4d..58131848eb 100644 --- a/anda/misc/tracy/tracy.spec +++ b/anda/misc/tracy/tracy.spec @@ -27,6 +27,7 @@ This package contains the development files for the tracy package. %build +export CFLAGS="$CFLAGS -fPIE" %meson %meson_build %make_build -C capture/build/unix release