From ad030ad3487ffb98d8ed3889255673a1253fdb29 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 4 Sep 2013 12:38:11 +0200 Subject: [PATCH] fix setting of flags for building tests --- mdds.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdds.spec b/mdds.spec index 89c8cfb..c36584b 100644 --- a/mdds.spec +++ b/mdds.spec @@ -36,7 +36,7 @@ Headers for %{name}. %prep %setup -q -n %{name}_%{version} # this is only used in tests -sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in +sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/="%{optflags}"/' configure %build %configure