From ed22c4fdb67aa9ea34f71013bbb66dc18cd81b64 Mon Sep 17 00:00:00 2001 From: leeffo Date: Tue, 28 Mar 2023 01:36:20 +0000 Subject: [PATCH] fix pie Signed-off-by: leeffo --- blur-effect.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/blur-effect.spec b/blur-effect.spec index 09b5161..2f6011a 100644 --- a/blur-effect.spec +++ b/blur-effect.spec @@ -4,7 +4,7 @@ Name: blur-effect Version: 1.1.3 -Release: 7 +Release: 8 Summary: A library for using 3D graphics hardware to draw pretty pictures License: GPLv3 @@ -19,7 +19,7 @@ BuildRequires: glew-devel mesa-libgbm-devel gdk-pixbuf2-devel libglvnd-devel mes %setup # fix strip -sed -i 's|no-error"|no-error -s"|' CMakeLists.txt +sed -i 's|no-error"|no-error -s -pie -fPIE"|' CMakeLists.txt %build cmake . @@ -35,6 +35,9 @@ make %changelog +* Tue Mar 28 2023 liweiganga - 1.1.3-8 +- feat: fix pie + * Fri Mar 17 2023 liweiganga - 1.1.3-7 - feat: fix strip