Accepting request 390794 from devel:tools

1

OBS-URL: https://build.opensuse.org/request/show/390794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=99
This commit is contained in:
Dominique Leuenberger 2016-05-03 07:33:23 +00:00 committed by Git OBS Bridge
commit b035573a9b
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 20 09:13:09 UTC 2016 - jslaby@suse.com
- The previous did not help, remove -strong first.
-------------------------------------------------------------------
Tue Apr 19 09:49:36 UTC 2016 - meissner@suse.com
- also remove -fstack-protector-strong from the CFLAGS
-------------------------------------------------------------------
Fri Apr 1 10:37:37 UTC 2016 - dmueller@suse.com

View File

@ -132,6 +132,7 @@ FLAGS=${FLAGS/-mthumb/-mthumb-interwork -marm}
%endif
# not a good idea to build valgrind with fortify, as it does not link glibc
FLAGS="${FLAGS/-D_FORTIFY_SOURCE=2/}"
FLAGS="${FLAGS/-fstack-protector-strong/}"
FLAGS="${FLAGS/-fstack-protector/}"
export CFLAGS="$FLAGS"
export CXXFLAGS="$FLAGS"