Accepting request 156167 from Base:System

- disable fstack-protector on aarch64 (forwarded request 156130 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/156167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=87
This commit is contained in:
Stephan Kulow 2013-02-23 15:39:08 +00:00 committed by Git OBS Bridge
parent 03c573920f
commit c594036828
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 22 16:00:16 UTC 2013 - dmueller@suse.com
- disable fstack-protector on aarch64
-------------------------------------------------------------------
Tue Feb 12 00:08:06 UTC 2013 - hrvoje.senjan@gmail.com

View File

@ -231,7 +231,7 @@ $RPM_OPT_FLAGS -std=gnu99 \
-DSSL_FORBID_ENULL \
-D_GNU_SOURCE \
$(getconf LFS_CFLAGS) \
%ifnarch hppa
%ifnarch hppa aarch64
-Wall \
-fstack-protector "
%else