Accepting request 390651 from home:msmeissn:branches:devel:tools
- also remove -fstack-protector-strong from the CFLAGS OBS-URL: https://build.opensuse.org/request/show/390651 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=141
This commit is contained in:
committed by
Git OBS Bridge
parent
f6c9dae3ce
commit
1a6be93935
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@@ -133,6 +133,7 @@ FLAGS=${FLAGS/-mthumb/-mthumb-interwork -marm}
|
||||
# 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/}"
|
||||
FLAGS="${FLAGS/-fstack-protector-strong/}"
|
||||
export CFLAGS="$FLAGS"
|
||||
export CXXFLAGS="$FLAGS"
|
||||
export FFLAGS="$FLAGS"
|
||||
|
Reference in New Issue
Block a user