!15 [sync] PR-14: 【轻量级 PR】:fix pie

From: @openeuler-sync-bot 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
This commit is contained in:
openeuler-ci-bot 2023-03-29 01:20:04 +00:00 committed by Gitee
commit a03595839b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <liweiganga@uniontech.com> - 1.1.3-8
- feat: fix pie
* Fri Mar 17 2023 liweiganga <liweiganga@uniontech.com> - 1.1.3-7
- feat: fix strip