>From 46d4bfd3a773a6117ee6116b4c23cc3a52196544 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 21 Jan 2017 09:58:09 +0000 Subject: [PATCH 1/3] RHEL 5 ONLY REMOVE UNSUPPORTED CFLAGS --- m4/guestfs_c.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/guestfs_c.m4 b/m4/guestfs_c.m4 index 58ca24c..8748af1 100644 --- a/m4/guestfs_c.m4 +++ b/m4/guestfs_c.m4 @@ -117,7 +117,7 @@ AM_PROG_CC_C_O # Kill -fstrict-overflow which is a license for the C compiler to make # dubious and often unsafe optimizations, in a time-wasting attempt to # deal with CPU architectures that do not exist. -CFLAGS="$CFLAGS -fno-strict-overflow -Wno-strict-overflow" +#CFLAGS="$CFLAGS -fno-strict-overflow -Wno-strict-overflow" dnl Work out how to specify the linker script to the linker. VERSION_SCRIPT_FLAGS=-Wl,--version-script= -- 1.8.2.3