From 347234db90ccd28fc0bca5ebd5c0cb9f8a1591f7 Mon Sep 17 00:00:00 2001 From: Balasubramanian Kandasamy Date: Tue, 21 Oct 2014 16:19:47 +0200 Subject: Fix changelog entries build failure --- support-files/mysql.spec.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support-files/mysql.spec.sh') diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index ee95e65780b..8548be8ca4c 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -499,12 +499,14 @@ mkdir debug # Attempt to remove any optimisation flags from the debug build CFLAGS=`echo " ${CFLAGS} " | \ sed -e 's/ -O[0-9]* / /' \ + -e 's/-Wp,-D_FORTIFY_SOURCE=2/ /' \ -e 's/ -unroll2 / /' \ -e 's/ -ip / /' \ -e 's/^ //' \ -e 's/ $//'` CXXFLAGS=`echo " ${CXXFLAGS} " | \ sed -e 's/ -O[0-9]* / /' \ + -e 's/-Wp,-D_FORTIFY_SOURCE=2/ /' \ -e 's/ -unroll2 / /' \ -e 's/ -ip / /' \ -e 's/^ //' \ -- cgit v1.2.1