From ac63e40be6c6285f6125baae694c40be10e109bdfa99e37105ab85ad2d562901 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 20 Apr 2016 12:07:42 +0000 Subject: [PATCH] Accepting request 390777 from home:jirislaby:branches:devel:tools - The previous did not help, remove -strong first. OBS-URL: https://build.opensuse.org/request/show/390777 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=142 --- valgrind.changes | 5 +++++ valgrind.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/valgrind.changes b/valgrind.changes index 832df69..167ae36 100644 --- a/valgrind.changes +++ b/valgrind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/valgrind.spec b/valgrind.spec index 11b7f8d..04313fc 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -132,8 +132,8 @@ 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/}" FLAGS="${FLAGS/-fstack-protector-strong/}" +FLAGS="${FLAGS/-fstack-protector/}" export CFLAGS="$FLAGS" export CXXFLAGS="$FLAGS" export FFLAGS="$FLAGS"