add relro flag

(cherry picked from commit 2c6e6bfcc1bdce9480db9c2ba106b4193cf46ad9)
This commit is contained in:
wang--ge 2022-12-03 17:28:12 +08:00 committed by openeuler-sync-bot
parent 76e2e7f382
commit a77e313e39

View File

@ -1,4 +1,4 @@
%global fixcflags -fomit-frame-pointer -fno-exceptions -fno-asynchronous-unwind-tables %xtra_fixcflags -Os -g3 -Werror-implicit-function-declaration -Wno-unused -Wno-switch -fPIE -Wl,-z,now %global fixcflags -fomit-frame-pointer -fno-exceptions -fno-asynchronous-unwind-tables %xtra_fixcflags -Os -g3 -Werror-implicit-function-declaration -Wno-unused -Wno-switch -fPIE -Wl,-z,relro,-z,now
%global basemakeflags prefix=%pkglibdir BINDIR=%{_bindir} MAN1DIR=%{_mandir}/man1 CFLAGS="$RPM_OPT_FLAGS %fixcflags $XTRA_CFLAGS" PDIET=%pkglibdir STRIP=: %global basemakeflags prefix=%pkglibdir BINDIR=%{_bindir} MAN1DIR=%{_mandir}/man1 CFLAGS="$RPM_OPT_FLAGS %fixcflags $XTRA_CFLAGS" PDIET=%pkglibdir STRIP=:
%global pkglibdir /usr/lib/dietlibc %global pkglibdir /usr/lib/dietlibc
@ -11,7 +11,7 @@
Name: dietlibc Name: dietlibc
Version: 0.34 Version: 0.34
Release: 4 Release: 5
Summary: A libc optimized for small size Summary: A libc optimized for small size
License: GPLv2 License: GPLv2
URL: http://www.fefe.de/dietlibc/ URL: http://www.fefe.de/dietlibc/
@ -93,6 +93,9 @@ ulimit -m $[ 128*1024 ] -v $[ 256*1024 ] -d $[ 128*1024 ] -s 512
%doc %{_mandir}/*/* %doc %{_mandir}/*/*
%changelog %changelog
* Sat Dec 03 2022 Ge Wang <wangge20@h-partners.com> - 0.34-5
- Add RELRO flags
* Tue Sep 07 2021 lingsheng <lingsheng@huawei.com> - 0.34-4 * Tue Sep 07 2021 lingsheng <lingsheng@huawei.com> - 0.34-4
- Add BIND_NOW and PIE flags - Add BIND_NOW and PIE flags